Uses of Interface
com.foreach.across.modules.entity.registry.EntityAssociation
Package
Description
-
Uses of EntityAssociation in com.foreach.across.modules.entity.config.builders
Modifier and TypeMethodDescriptionEntityAssociationBuilder.attribute
(AttributeRegistrar<EntityAssociation> attributeRegistrar) -
Uses of EntityAssociation in com.foreach.across.modules.entity.query
Modifier and TypeMethodDescriptionstatic EntityQueryCondition
EntityQueryUtils.createAssociationPredicate
(@NonNull EntityAssociation association, @NonNull Object parent) Create the predicate for fetching entities associated to a specific parent entity, mapped by anEntityAssociation
.default EntityQueryFacade
EntityQueryFacadeFactory.createForEntityAssociation
(EntityAssociation association) <U> EntityQueryFacade<U>
EntityQueryFacadeResolver.forEntityAssociation
(EntityAssociation association) -
Uses of EntityAssociation in com.foreach.across.modules.entity.registry
Modifier and TypeMethodDescriptionEntityConfiguration.association
(String name) Get a uniquely named association.Modifier and TypeMethodDescriptionEntityConfiguration.getAssociations()
EntityConfigurationImpl.getAssociations()
-
Uses of EntityAssociation in com.foreach.across.modules.entity.views.builders
Modifier and TypeMethodDescriptionprotected BiConsumer<EntityAssociation,
EntityViewFactoryBuilder> FormViewInitializer.createAssociationInitializer()
Modifier and TypeMethodDescriptionvoid
EntityViewFactoryBuilderInitializer.initialize
(String viewName, String templateName, EntityAssociation entityAssociation, EntityViewFactoryBuilder builder) Modifier and TypeMethodDescriptionvoid
EntityViewFactoryBuilderInitializer.registerAssociationInitializer
(String templateName, BiConsumer<EntityAssociation, ? extends EntityViewFactoryBuilder> initializer) -
Uses of EntityAssociation in com.foreach.across.modules.entity.views.context
Modifier and TypeMethodDescriptionDefaultEntityViewContext.getEntityAssociation()
EntityViewContext.getEntityAssociation()
Modifier and TypeMethodDescriptionvoid
ConfigurableEntityViewContext.setEntityAssociation
(EntityAssociation association) void
DefaultEntityViewContext.setEntityAssociation
(EntityAssociation entityAssociation) -
Uses of EntityAssociation in com.foreach.across.modules.entity.web
ModifierConstructorDescriptionEntityAssociationLinkBuilder
(EntityAssociation association, org.springframework.core.convert.ConversionService conversionService) Deprecated.