Uses of Interface
com.foreach.across.modules.entity.registry.MutableEntityConfiguration
Package
Description
-
Uses of MutableEntityConfiguration in com.foreach.across.modules.entity.config.builders
Modifier and TypeMethodDescriptionEntityConfigurationBuilder.build()
Build a newEntityConfigurationImpl
with the settings specified.Modifier and TypeMethodDescriptionvoid
EntityConfigurationBuilder.apply
(MutableEntityConfiguration<T> configuration) Apply the builder to the given entity configuration.Modifier and TypeMethodDescriptionEntitiesConfigurationBuilder.matching
(@NonNull Predicate<MutableEntityConfiguration> configurationPredicate) Configure a builder to apply to all configurations matching the predicate.EntityConfigurationBuilder.postProcessor
(@NonNull Consumer<MutableEntityConfiguration<T>> postProcessor) Add a post processor instance. -
Uses of MutableEntityConfiguration in com.foreach.across.modules.entity.registrars.repository
Modifier and TypeMethodDescriptiondefault void
EntityQueryExecutorRegistrar.handle
(MutableEntityConfiguration entityConfiguration) EntityQueryExecutorRegistrar.resolveEntityQueryExecutor
(MutableEntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) -
Uses of MutableEntityConfiguration in com.foreach.across.modules.entity.registrars.repository.associations
Modifier and TypeMethodDescriptionvoid
EntityAssociationBuilder.buildAssociation
(MutableEntityRegistry entityRegistry, MutableEntityConfiguration entityConfiguration, org.springframework.data.mapping.PersistentProperty property, String propertyPrefix) -
Uses of MutableEntityConfiguration in com.foreach.across.modules.entity.registrars.repository.entityqueryexecutor
Modifier and TypeMethodDescriptionDefaultEntityQueryExecutorRegistrar.resolveEntityQueryExecutor
(MutableEntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) ElasticEntityQueryExecutorRegistrar.resolveEntityQueryExecutor
(MutableEntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) EntityQueryJpaExecutorRegistrar.resolveEntityQueryExecutor
(MutableEntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) EntityQueryQueryDslExecutorRegistrar.resolveEntityQueryExecutor
(MutableEntityConfiguration entityConfiguration, org.springframework.data.repository.Repository repository) -
Uses of MutableEntityConfiguration in com.foreach.across.modules.entity.registry
Modifier and TypeClassDescriptionclass
The base configuration for an Entity type.Modifier and TypeMethodDescription<T> MutableEntityConfiguration<T>
<T> MutableEntityConfiguration<T>
DefaultEntityConfigurationProvider.create
(@NonNull String name, @NonNull Class<? extends T> entityType, boolean registerForClass) <T> MutableEntityConfiguration<T>
Create a new entity configuration for the given entity type.<T> MutableEntityConfiguration<T>
EntityConfigurationProvider.create
(String name, Class<? extends T> entityType, boolean registerForClass) Create a new entity configuration for the given entity type with the specific name.<T> MutableEntityConfiguration<T>
EntityRegistryImpl.getEntityConfiguration
(@NonNull Class<T> entityType) <T> MutableEntityConfiguration<T>
EntityRegistryImpl.getEntityConfiguration
(@NonNull String entityName) <T> MutableEntityConfiguration<T>
MutableEntityRegistry.getEntityConfiguration
(Class<T> entityType) <T> MutableEntityConfiguration<T>
MutableEntityRegistry.getEntityConfiguration
(String entityName) <T> MutableEntityConfiguration<T>
<T> MutableEntityConfiguration<T>
<T> MutableEntityConfiguration<T>
<T> MutableEntityConfiguration<T>
Modifier and TypeMethodDescriptionvoid
EntityRegistryImpl.register
(@NonNull MutableEntityConfiguration<?> entityConfiguration) void
MutableEntityRegistry.register
(MutableEntityConfiguration<?> entityConfiguration) ModifierConstructorDescriptionEntityAssociationImpl
(String name, MutableEntityConfiguration sourceEntityConfiguration)