Uses of Interface
com.foreach.across.modules.entity.registry.EntityRegistry
Packages that use EntityRegistry
Package
Description
-
Uses of EntityRegistry in com.foreach.across.modules.entity.config
Methods in com.foreach.across.modules.entity.config with parameters of type EntityRegistryModifier and TypeMethodDescriptionvoidEntityModuleConfiguration.registerConverters(org.springframework.format.support.FormattingConversionService mvcConversionService, EntityRegistry entityRegistry) -
Uses of EntityRegistry in com.foreach.across.modules.entity.controllers.admin
Constructors in com.foreach.across.modules.entity.controllers.admin with parameters of type EntityRegistryModifierConstructorDescriptionEntityOverviewController(EntityRegistry entityRegistry, PageContentStructure pageContentStructure) Deprecated. -
Uses of EntityRegistry in com.foreach.across.modules.entity.converters
Constructors in com.foreach.across.modules.entity.converters with parameters of type EntityRegistryModifierConstructorDescriptionEntityConverter(T conversionService, EntityRegistry entityRegistry) EntityToStringConverter(EntityRegistry entityRegistry) StringToEntityConfigurationConverter(EntityRegistry entityRegistry) -
Uses of EntityRegistry in com.foreach.across.modules.entity.query
Constructors in com.foreach.across.modules.entity.query with parameters of type EntityRegistryModifierConstructorDescriptionEntityQueryFacadeResolver(EntityRegistry entityRegistry, EntityQueryParserFactory entityQueryParserFactory) -
Uses of EntityRegistry in com.foreach.across.modules.entity.query.elastic
Constructors in com.foreach.across.modules.entity.query.elastic with parameters of type EntityRegistryModifierConstructorDescriptionElasticEntityQueryExecutor(org.springframework.data.elasticsearch.core.ElasticsearchOperations elasticsearchOperations, EntityRegistry entityRegistry, EntityConfiguration<T> entityConfiguration) -
Uses of EntityRegistry in com.foreach.across.modules.entity.registrars.repository.entityqueryexecutor
Constructors in com.foreach.across.modules.entity.registrars.repository.entityqueryexecutor with parameters of type EntityRegistry -
Uses of EntityRegistry in com.foreach.across.modules.entity.registry
Subinterfaces of EntityRegistry in com.foreach.across.modules.entity.registryModifier and TypeInterfaceDescriptioninterfaceBase interface for managing registered entity types.Classes in com.foreach.across.modules.entity.registry that implement EntityRegistryModifier and TypeClassDescriptionclassContains the registered entity definitions that are manageable. -
Uses of EntityRegistry in com.foreach.across.modules.entity.support.properties
Constructors in com.foreach.across.modules.entity.support.properties with parameters of type EntityRegistryModifierConstructorDescriptionEntityIdProxyPropertyRegistrar(EntityRegistry entityRegistry, org.springframework.core.convert.ConversionService mvcConversionService) -
Uses of EntityRegistry in com.foreach.across.modules.entity.util
Methods in com.foreach.across.modules.entity.util with parameters of type EntityRegistryModifier and TypeMethodDescriptionstatic EntityTypeDescriptorEntityUtils.resolveEntityTypeDescriptor(org.springframework.core.convert.TypeDescriptor typeDescriptor, EntityRegistry entityRegistry) Inspects aTypeDescriptorto retrieve the targetTypeDescriptorif possible. -
Uses of EntityRegistry in com.foreach.across.modules.entity.views
Constructors in com.foreach.across.modules.entity.views with parameters of type EntityRegistryModifierConstructorDescriptionEntityViewElementBuilderHelper(EntityViewElementBuilderService builderService, EntityRegistry entityRegistry, org.springframework.beans.factory.BeanFactory beanFactory) EntityViewElementBuilderServiceImpl(EntityRegistry entityRegistry) -
Uses of EntityRegistry in com.foreach.across.modules.entity.views.bootstrapui
Methods in com.foreach.across.modules.entity.views.bootstrapui with parameters of type EntityRegistryModifier and TypeMethodDescriptionvoidHiddenFormElementBuilderFactory.setEntityRegistry(EntityRegistry entityRegistry) voidOptionsFormElementBuilderFactory.setEntityRegistry(EntityRegistry entityRegistry) Constructors in com.foreach.across.modules.entity.views.bootstrapui with parameters of type EntityRegistryModifierConstructorDescriptionAutoSuggestFormElementBuilderFactory(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
Constructors in com.foreach.across.modules.entity.web.links with parameters of type EntityRegistry