Uses of Interface
com.foreach.across.modules.entity.registry.EntityRegistry
Package
Description
-
Uses of EntityRegistry in com.foreach.across.modules.entity.config
Modifier and TypeMethodDescriptionvoid
EntityModuleConfiguration.registerConverters
(org.springframework.format.support.FormattingConversionService mvcConversionService, EntityRegistry entityRegistry) -
Uses of EntityRegistry in com.foreach.across.modules.entity.controllers.admin
ModifierConstructorDescriptionEntityOverviewController
(EntityRegistry entityRegistry, PageContentStructure pageContentStructure) Deprecated. -
Uses of EntityRegistry in com.foreach.across.modules.entity.converters
ModifierConstructorDescriptionEntityConverter
(T conversionService, EntityRegistry entityRegistry) EntityToStringConverter
(EntityRegistry entityRegistry) StringToEntityConfigurationConverter
(EntityRegistry entityRegistry) -
Uses of EntityRegistry in com.foreach.across.modules.entity.query
ModifierConstructorDescriptionEntityQueryFacadeResolver
(EntityRegistry entityRegistry, EntityQueryParserFactory entityQueryParserFactory) -
Uses of EntityRegistry in com.foreach.across.modules.entity.query.elastic
ModifierConstructorDescriptionElasticEntityQueryExecutor
(org.springframework.data.elasticsearch.core.ElasticsearchOperations elasticsearchOperations, EntityRegistry entityRegistry, EntityConfiguration<T> entityConfiguration) -
Uses of EntityRegistry in com.foreach.across.modules.entity.registrars.repository.entityqueryexecutor
-
Uses of EntityRegistry in com.foreach.across.modules.entity.registry
Modifier and TypeInterfaceDescriptioninterface
Base interface for managing registered entity types.Modifier and TypeClassDescriptionclass
Contains the registered entity definitions that are manageable. -
Uses of EntityRegistry in com.foreach.across.modules.entity.support.properties
ModifierConstructorDescriptionEntityIdProxyPropertyRegistrar
(EntityRegistry entityRegistry, org.springframework.core.convert.ConversionService mvcConversionService) -
Uses of EntityRegistry in com.foreach.across.modules.entity.util
Modifier and TypeMethodDescriptionstatic EntityTypeDescriptor
EntityUtils.resolveEntityTypeDescriptor
(org.springframework.core.convert.TypeDescriptor typeDescriptor, EntityRegistry entityRegistry) Inspects aTypeDescriptor
to retrieve the targetTypeDescriptor
if possible. -
Uses of EntityRegistry in com.foreach.across.modules.entity.views
ModifierConstructorDescriptionEntityViewElementBuilderHelper
(EntityViewElementBuilderService builderService, EntityRegistry entityRegistry, org.springframework.beans.factory.BeanFactory beanFactory) EntityViewElementBuilderServiceImpl
(EntityRegistry entityRegistry) -
Uses of EntityRegistry in com.foreach.across.modules.entity.views.bootstrapui
Modifier and TypeMethodDescriptionvoid
HiddenFormElementBuilderFactory.setEntityRegistry
(EntityRegistry entityRegistry) void
OptionsFormElementBuilderFactory.setEntityRegistry
(EntityRegistry entityRegistry) ModifierConstructorDescriptionAutoSuggestFormElementBuilderFactory
(EntityRegistry entityRegistry, org.springframework.beans.factory.ObjectProvider<AutoSuggestDataEndpoint> autoSuggestDataEndpoint) BootstrapUiElementTypeLookupStrategy
(EntityRegistry entityRegistry, EntityPropertyRegistryProvider propertyRegistryProvider) EntityPropertyValueHiddenPostProcessor
(EntityRegistry entityRegistry, org.springframework.core.convert.ConversionService conversionService, EntityPropertyDescriptor propertyDescriptor) -
Uses of EntityRegistry in com.foreach.across.modules.entity.web.links