Uses of Interface
org.hibernate.persister.walking.spi.AssociationAttributeDefinition
-
Packages that use AssociationAttributeDefinition Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.persister.walking.spi org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of AssociationAttributeDefinition in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi with parameters of type AssociationAttributeDefinition Modifier and Type Method Description AnyAttributeFetchExpandingFetchSource. buildAnyAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for an "any" attribute.BidirectionalEntityReferenceExpandingFetchSource. buildBidirectionalEntityReference(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy, EntityReference targetEntityReference)Builds a bidirectional entity reference for an entity attribute.CollectionAttributeFetchExpandingFetchSource. buildCollectionAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for a collection attribute.EntityFetchExpandingFetchSource. buildEntityAttributeFetch(AssociationAttributeDefinition attributeDefinition, FetchStrategy fetchStrategy)Builds a fetch for an entity attribute. -
Uses of AssociationAttributeDefinition in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi with parameters of type AssociationAttributeDefinition Modifier and Type Method Description voidAssociationVisitationStrategy. foundCircularAssociation(AssociationAttributeDefinition attributeDefinition) -
Uses of AssociationAttributeDefinition in org.hibernate.tuple.component
Classes in org.hibernate.tuple.component that implement AssociationAttributeDefinition Modifier and Type Class Description classCompositeBasedAssociationAttribute -
Uses of AssociationAttributeDefinition in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement AssociationAttributeDefinition Modifier and Type Class Description classEntityBasedAssociationAttribute
-