Uses of Interface
com.foreach.across.modules.entity.registry.EntityConfiguration
Packages that use EntityConfiguration
Package
Description
-
Uses of EntityConfiguration in com.foreach.across.modules.entity.actions
Methods in com.foreach.across.modules.entity.actions with parameters of type EntityConfigurationModifier 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
Methods in com.foreach.across.modules.entity.config.builders with parameters of type EntityConfigurationModifier and TypeMethodDescriptionprotected void
EntityConfigurationBuilder.applyAttributes
(EntityConfiguration<T> owner, com.foreach.across.core.support.WritableAttributes attributes) Method parameters in com.foreach.across.modules.entity.config.builders with type arguments of type EntityConfigurationModifier and TypeMethodDescriptionEntityConfigurationBuilder.attribute
(AttributeRegistrar<EntityConfiguration<T>> attributeRegistrar) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.converters
Methods in com.foreach.across.modules.entity.converters that return EntityConfigurationModifier and TypeMethodDescription -
Uses of EntityConfiguration in com.foreach.across.modules.entity.query
Methods in com.foreach.across.modules.entity.query with parameters of type EntityConfigurationModifier 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
Constructors in com.foreach.across.modules.entity.query.elastic with parameters of type EntityConfigurationModifierConstructorDescriptionElasticEntityQueryExecutor
(org.springframework.data.elasticsearch.core.ElasticsearchOperations elasticsearchOperations, EntityRegistry entityRegistry, EntityConfiguration<T> entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.query.querydsl
Methods in com.foreach.across.modules.entity.query.querydsl with parameters of type EntityConfigurationModifier and TypeMethodDescriptionstatic <V> com.querydsl.core.types.Predicate
EntityQueryQueryDslUtils.toPredicate
(EntityQuery query, EntityConfiguration<?> entityConfiguration) Constructors in com.foreach.across.modules.entity.query.querydsl with parameters of type EntityConfigurationModifierConstructorDescriptionEntityQueryQueryDslExecutor
(org.springframework.data.querydsl.QuerydslPredicateExecutor<T> queryDslPredicateExecutor, EntityConfiguration entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.registrars.repository
Methods in com.foreach.across.modules.entity.registrars.repository with parameters of type EntityConfigurationModifier 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
Methods in com.foreach.across.modules.entity.registrars.repository.entityqueryexecutor with parameters of type EntityConfigurationModifier 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
Subinterfaces of EntityConfiguration in com.foreach.across.modules.entity.registryModifier and TypeInterfaceDescriptioninterface
Manageable version of aEntityConfiguration
, implementations must allow the configuration to be modified through this interface, without changing the core properties likegetEntityType()
andgetName()
.Classes in com.foreach.across.modules.entity.registry that implement EntityConfigurationModifier and TypeClassDescriptionclass
The base configuration for an Entity type.Methods in com.foreach.across.modules.entity.registry that return EntityConfigurationModifier 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()
Methods in com.foreach.across.modules.entity.registry that return types with arguments of type EntityConfigurationMethods in com.foreach.across.modules.entity.registry with parameters of type EntityConfigurationModifier and TypeMethodDescriptionvoid
EntityAssociationImpl.setTargetEntityConfiguration
(EntityConfiguration targetEntityConfiguration) void
MutableEntityAssociation.setTargetEntityConfiguration
(EntityConfiguration entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.support
Methods in com.foreach.across.modules.entity.support with parameters of type EntityConfigurationModifier and TypeMethodDescriptionvoid
EntityMessageCodeResolver.setEntityConfiguration
(EntityConfiguration<?> entityConfiguration) Method parameters in com.foreach.across.modules.entity.support with type arguments of type EntityConfigurationModifier 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
Methods in com.foreach.across.modules.entity.views.bootstrapui.options with parameters of type EntityConfigurationModifier 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
Fields in com.foreach.across.modules.entity.views.bootstrapui.processors.element declared as EntityConfigurationModifier and TypeFieldDescriptionprotected final EntityConfiguration<Object>
EntityListActionsProcessor.entityConfiguration
Constructors in com.foreach.across.modules.entity.views.bootstrapui.processors.element with parameters of type EntityConfigurationModifierConstructorDescriptionEntityListActionsProcessor
(EntityConfiguration entityConfiguration, EntityViewLinkBuilder linkBuilder, EntityMessages messages) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.views.bootstrapui.util
Methods in com.foreach.across.modules.entity.views.bootstrapui.util that return EntityConfigurationModifier and TypeMethodDescriptionprotected EntityConfiguration
SortableTableBuilder.getEntityConfiguration()
Methods in com.foreach.across.modules.entity.views.bootstrapui.util with parameters of type EntityConfigurationModifier and TypeMethodDescriptionSortableTableBuilder.entityConfiguration
(EntityConfiguration entityConfiguration) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.views.builders
Methods in com.foreach.across.modules.entity.views.builders that return types with arguments of type EntityConfigurationModifier and TypeMethodDescriptionprotected BiConsumer<EntityConfiguration<?>,
EntityViewFactoryBuilder> FormViewInitializer.createConfigurationInitializer()
Methods in com.foreach.across.modules.entity.views.builders with parameters of type EntityConfigurationModifier and TypeMethodDescriptionvoid
EntityViewFactoryBuilderInitializer.initialize
(String viewName, String templateName, EntityConfiguration<?> entityConfiguration, EntityViewFactoryBuilder builder) Method parameters in com.foreach.across.modules.entity.views.builders with type arguments of type EntityConfigurationModifier and TypeMethodDescriptionvoid
EntityViewFactoryBuilderInitializer.registerConfigurationInitializer
(String templateName, BiConsumer<EntityConfiguration<?>, ? extends EntityViewFactoryBuilder> initializer) -
Uses of EntityConfiguration in com.foreach.across.modules.entity.views.context
Methods in com.foreach.across.modules.entity.views.context that return EntityConfigurationModifier and TypeMethodDescriptionDefaultEntityViewContext.getEntityConfiguration()
EntityViewContext.getEntityConfiguration()
Methods in com.foreach.across.modules.entity.views.context with parameters of type EntityConfigurationModifier 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
Methods in com.foreach.across.modules.entity.web with parameters of type EntityConfigurationModifier and TypeMethodDescriptionprotected String
EntityConfigurationLinkBuilder.getIdAsString
(EntityConfiguration cfg, Object entity) Deprecated.Constructors in com.foreach.across.modules.entity.web with parameters of type EntityConfigurationModifierConstructorDescriptionEntityConfigurationLinkBuilder
(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
Methods in com.foreach.across.modules.entity.web.links with parameters of type EntityConfigurationModifier 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.