Uses of Interface
com.foreach.across.modules.entity.registry.EntityConfiguration
Package
Description
-
Uses of EntityConfiguration in com.foreach.across.modules.entity.actions
Modifier and TypeMethodDescriptioncom.foreach.across.modules.spring.security.actions.AllowableActions
EntityConfigurationAllowableActionsBuilder.getAllowableActions
(EntityConfiguration<?> entityConfiguration) <V> com.foreach.across.modules.spring.security.actions.AllowableActions
EntityConfigurationAllowableActionsBuilder.getAllowableActions
(EntityConfiguration<V> entityConfiguration, V entity) com.foreach.across.modules.spring.security.actions.AllowableActions
FixedEntityAllowableActionsBuilder.getAllowableActions
(EntityConfiguration<?> entityConfiguration) <V> com.foreach.across.modules.spring.security.actions.AllowableActions
FixedEntityAllowableActionsBuilder.getAllowableActions
(EntityConfiguration<V> entityConfiguration, V entity) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.config.builders
Modifier and TypeMethodDescriptionprotected void
EntityConfigurationBuilder.applyAttributes
(EntityConfiguration<T> owner, com.foreach.across.core.support.WritableAttributes attributes) Modifier and TypeMethodDescriptionEntityConfigurationBuilder.attribute
(AttributeRegistrar<EntityConfiguration<T>> attributeRegistrar) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.converters
Modifier and TypeMethodDescription -
Uses of EntityConfiguration in com.foreach.across.modules.entity.query
Modifier and TypeMethodDescriptiondefault EntityQueryFacade
EntityQueryFacadeFactory.createForEntityConfiguration
(EntityConfiguration entityConfiguration) <U> EntityQueryFacade<U>
EntityQueryFacadeResolver.forEntityConfiguration
(EntityConfiguration entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.query.elastic
ModifierConstructorDescriptionElasticEntityQueryExecutor
(org.springframework.data.elasticsearch.core.ElasticsearchOperations elasticsearchOperations, EntityRegistry entityRegistry, EntityConfiguration<T> entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.query.querydsl
Modifier and TypeMethodDescriptionstatic <V> com.querydsl.core.types.Predicate
EntityQueryQueryDslUtils.toPredicate
(EntityQuery query, EntityConfiguration<?> entityConfiguration) ModifierConstructorDescriptionEntityQueryQueryDslExecutor
(org.springframework.data.querydsl.QuerydslPredicateExecutor<T> queryDslPredicateExecutor, EntityConfiguration entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.registrars.repository
Modifier and TypeMethodDescriptiondefault boolean
EntityQueryExecutorRegistrar.supports
(EntityConfiguration entityConfiguration) boolean
EntityQueryExecutorRegistrar.supports
(EntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.registrars.repository.entityqueryexecutor
Modifier and TypeMethodDescriptionboolean
DefaultEntityQueryExecutorRegistrar.supports
(EntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) boolean
ElasticEntityQueryExecutorRegistrar.supports
(EntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) boolean
EntityQueryJpaExecutorRegistrar.supports
(EntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) boolean
EntityQueryQueryDslExecutorRegistrar.supports
(EntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.registry
Modifier and TypeInterfaceDescriptioninterface
Manageable version of aEntityConfiguration
, implementations must allow the configuration to be modified through this interface, without changing the core properties likegetEntityType()
andgetName()
.Modifier and TypeClassDescriptionclass
The base configuration for an Entity type.Modifier and TypeMethodDescription<T> EntityConfiguration<T>
EntityRegistry.getEntityConfiguration
(Class<T> entityType) <T> EntityConfiguration<T>
EntityRegistry.getEntityConfiguration
(String entityName) <T> EntityConfiguration<T>
EntityRegistry.getEntityConfiguration
(T entity) <T> EntityConfiguration<T>
EntityRegistryImpl.getEntityConfiguration
(T entity) EntityAssociation.getSourceEntityConfiguration()
EntityAssociationImpl.getSourceEntityConfiguration()
EntityAssociation.getTargetEntityConfiguration()
EntityAssociationImpl.getTargetEntityConfiguration()
Modifier and TypeMethodDescriptionvoid
EntityAssociationImpl.setTargetEntityConfiguration
(EntityConfiguration targetEntityConfiguration) void
MutableEntityAssociation.setTargetEntityConfiguration
(EntityConfiguration entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.support
Modifier and TypeMethodDescriptionvoid
EntityMessageCodeResolver.setEntityConfiguration
(EntityConfiguration<?> entityConfiguration) Modifier and TypeMethodDescriptionstatic <U> Consumer<EntityConfigurationBuilder<U>>
EntityConfigurationCustomizers.registerEntityQueryExecutor
(@NonNull Function<EntityConfiguration<U>, EntityQueryExecutor<? extends U>> factoryFunction) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.views.bootstrapui.options
Modifier and TypeMethodDescriptionEntityQueryOptionIterableBuilder.forEntityConfiguration
(EntityConfiguration entityConfiguration) Creates anEntityQueryOptionIterableBuilder
for all entities of a particularEntityConfiguration
. -
Uses of EntityConfiguration in com.foreach.across.modules.entity.views.bootstrapui.processors.element
Modifier and TypeFieldDescriptionprotected final EntityConfiguration<Object>
EntityListActionsProcessor.entityConfiguration
ModifierConstructorDescriptionEntityListActionsProcessor
(EntityConfiguration entityConfiguration, EntityViewLinkBuilder linkBuilder, EntityMessages messages) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.views.bootstrapui.util
Modifier and TypeMethodDescriptionprotected EntityConfiguration
SortableTableBuilder.getEntityConfiguration()
Modifier and TypeMethodDescriptionSortableTableBuilder.entityConfiguration
(EntityConfiguration entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.views.builders
Modifier and TypeMethodDescriptionprotected BiConsumer<EntityConfiguration<?>,
EntityViewFactoryBuilder> FormViewInitializer.createConfigurationInitializer()
Modifier and TypeMethodDescriptionvoid
EntityViewFactoryBuilderInitializer.initialize
(String viewName, String templateName, EntityConfiguration<?> entityConfiguration, EntityViewFactoryBuilder builder) Modifier and TypeMethodDescriptionvoid
EntityViewFactoryBuilderInitializer.registerConfigurationInitializer
(String templateName, BiConsumer<EntityConfiguration<?>, ? extends EntityViewFactoryBuilder> initializer) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.views.context
Modifier and TypeMethodDescriptionDefaultEntityViewContext.getEntityConfiguration()
EntityViewContext.getEntityConfiguration()
Modifier and TypeMethodDescriptionvoid
EntityViewContextLoader.loadForEntityConfiguration
(ConfigurableEntityViewContext context, @NonNull EntityConfiguration<?> entityConfiguration) Load the properties ofcontext
based on the entity configuration value.void
ConfigurableEntityViewContext.setEntityConfiguration
(EntityConfiguration entityConfiguration) void
DefaultEntityViewContext.setEntityConfiguration
(EntityConfiguration entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.web
Modifier and TypeMethodDescriptionprotected String
EntityConfigurationLinkBuilder.getIdAsString
(EntityConfiguration cfg, Object entity) Deprecated.ModifierConstructorDescriptionEntityConfigurationLinkBuilder
(String rootPath, EntityConfiguration entityConfiguration, org.springframework.core.convert.ConversionService conversionService) Deprecated.EntityConfigurationLinkBuilder
(String rootPath, EntityConfiguration entityConfiguration, org.springframework.core.convert.ConversionService conversionService, com.foreach.across.modules.web.context.WebAppPathResolver webAppPathResolver) Deprecated. -
Uses of EntityConfiguration in com.foreach.across.modules.entity.web.links
Modifier and TypeMethodDescriptionabstract EntityViewLinkBuilder
SingleEntityViewLinkBuilder.association
(@NonNull EntityConfiguration targetConfiguration) Create a link builder for an association.SingleEntityViewLinkBuilder.ForEntityAssociation.association
(EntityConfiguration targetConfiguration) SingleEntityViewLinkBuilder.ForEntityConfiguration.association
(@NonNull EntityConfiguration targetConfiguration) EntityViewLinks.linkTo
(EntityConfiguration<?> entityConfiguration) Create a link builder to an entity configuration.