Uses of Interface
com.foreach.across.modules.entity.registry.EntityAssociation
Packages that use EntityAssociation
Package
Description
-
Uses of EntityAssociation in com.foreach.across.modules.entity.config.builders
Method parameters in com.foreach.across.modules.entity.config.builders with type arguments of type EntityAssociationModifier and TypeMethodDescriptionEntityAssociationBuilder.attribute(AttributeRegistrar<EntityAssociation> attributeRegistrar) -
Uses of EntityAssociation in com.foreach.across.modules.entity.query
Methods in com.foreach.across.modules.entity.query with parameters of type EntityAssociationModifier and TypeMethodDescriptionstatic EntityQueryConditionEntityQueryUtils.createAssociationPredicate(@NonNull EntityAssociation association, @NonNull Object parent) Create the predicate for fetching entities associated to a specific parent entity, mapped by anEntityAssociation.default EntityQueryFacadeEntityQueryFacadeFactory.createForEntityAssociation(EntityAssociation association) <U> EntityQueryFacade<U>EntityQueryFacadeResolver.forEntityAssociation(EntityAssociation association) -
Uses of EntityAssociation in com.foreach.across.modules.entity.registry
Subinterfaces of EntityAssociation in com.foreach.across.modules.entity.registryClasses in com.foreach.across.modules.entity.registry that implement EntityAssociationMethods in com.foreach.across.modules.entity.registry that return EntityAssociationModifier and TypeMethodDescriptionEntityConfiguration.association(String name) Get a uniquely named association.Methods in com.foreach.across.modules.entity.registry that return types with arguments of type EntityAssociationModifier and TypeMethodDescriptionEntityConfiguration.getAssociations()EntityConfigurationImpl.getAssociations() -
Uses of EntityAssociation in com.foreach.across.modules.entity.views.builders
Methods in com.foreach.across.modules.entity.views.builders that return types with arguments of type EntityAssociationModifier and TypeMethodDescriptionprotected BiConsumer<EntityAssociation,EntityViewFactoryBuilder> FormViewInitializer.createAssociationInitializer()Methods in com.foreach.across.modules.entity.views.builders with parameters of type EntityAssociationModifier and TypeMethodDescriptionvoidEntityViewFactoryBuilderInitializer.initialize(String viewName, String templateName, EntityAssociation entityAssociation, EntityViewFactoryBuilder builder) Method parameters in com.foreach.across.modules.entity.views.builders with type arguments of type EntityAssociationModifier and TypeMethodDescriptionvoidEntityViewFactoryBuilderInitializer.registerAssociationInitializer(String templateName, BiConsumer<EntityAssociation, ? extends EntityViewFactoryBuilder> initializer) -
Uses of EntityAssociation in com.foreach.across.modules.entity.views.context
Methods in com.foreach.across.modules.entity.views.context that return EntityAssociationModifier and TypeMethodDescriptionDefaultEntityViewContext.getEntityAssociation()EntityViewContext.getEntityAssociation()Methods in com.foreach.across.modules.entity.views.context with parameters of type EntityAssociationModifier and TypeMethodDescriptionvoidConfigurableEntityViewContext.setEntityAssociation(EntityAssociation association) voidDefaultEntityViewContext.setEntityAssociation(EntityAssociation entityAssociation) -
Uses of EntityAssociation in com.foreach.across.modules.entity.web
Constructors in com.foreach.across.modules.entity.web with parameters of type EntityAssociationModifierConstructorDescriptionEntityAssociationLinkBuilder(EntityAssociation association, org.springframework.core.convert.ConversionService conversionService) Deprecated.