Uses of Interface
com.foreach.across.modules.entity.registry.MutableEntityConfiguration
Packages that use MutableEntityConfiguration
Package
Description
- 
Uses of MutableEntityConfiguration in com.foreach.across.modules.entity.config.builders
Methods in com.foreach.across.modules.entity.config.builders that return MutableEntityConfigurationModifier and TypeMethodDescriptionEntityConfigurationBuilder.build()Build a newEntityConfigurationImplwith the settings specified.Methods in com.foreach.across.modules.entity.config.builders with parameters of type MutableEntityConfigurationModifier and TypeMethodDescriptionvoidEntityConfigurationBuilder.apply(MutableEntityConfiguration<T> configuration) Apply the builder to the given entity configuration.Method parameters in com.foreach.across.modules.entity.config.builders with type arguments of type MutableEntityConfigurationModifier 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
Methods in com.foreach.across.modules.entity.registrars.repository with parameters of type MutableEntityConfigurationModifier and TypeMethodDescriptiondefault voidEntityQueryExecutorRegistrar.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
Methods in com.foreach.across.modules.entity.registrars.repository.associations with parameters of type MutableEntityConfigurationModifier and TypeMethodDescriptionvoidEntityAssociationBuilder.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
Methods in com.foreach.across.modules.entity.registrars.repository.entityqueryexecutor with parameters of type MutableEntityConfigurationModifier 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
Classes in com.foreach.across.modules.entity.registry that implement MutableEntityConfigurationModifier and TypeClassDescriptionclassThe base configuration for an Entity type.Methods in com.foreach.across.modules.entity.registry that return MutableEntityConfigurationModifier 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>Methods in com.foreach.across.modules.entity.registry with parameters of type MutableEntityConfigurationModifier and TypeMethodDescriptionvoidEntityRegistryImpl.register(@NonNull MutableEntityConfiguration<?> entityConfiguration) voidMutableEntityRegistry.register(MutableEntityConfiguration<?> entityConfiguration) Constructors in com.foreach.across.modules.entity.registry with parameters of type MutableEntityConfigurationModifierConstructorDescriptionEntityAssociationImpl(String name, MutableEntityConfiguration sourceEntityConfiguration)