Uses of Class
org.hibernate.persister.walking.spi.AssociationKey
-
Packages that use AssociationKey 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 AssociationKey in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi with parameters of type AssociationKey Modifier and Type Method Description FetchSource
LoadPlanBuildingContext. registeredFetchSource(AssociationKey associationKey)
-
Uses of AssociationKey in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return AssociationKey Modifier and Type Method Description AssociationKey
AssociationAttributeDefinition. getAssociationKey()
Methods in org.hibernate.persister.walking.spi with parameters of type AssociationKey Modifier and Type Method Description protected void
MetamodelGraphWalker. addAssociationKey(AssociationKey associationKey)
Add association key to indicate the association is being visited.void
AssociationVisitationStrategy. associationKeyRegistered(AssociationKey associationKey)
boolean
AssociationVisitationStrategy. isDuplicateAssociationKey(AssociationKey associationKey)
protected boolean
MetamodelGraphWalker. isDuplicateAssociationKey(AssociationKey associationKey)
Has an association with the specified key been visited already?FetchSource
AssociationVisitationStrategy. registeredFetchSource(AssociationKey associationKey)
-
Uses of AssociationKey in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component that return AssociationKey Modifier and Type Method Description AssociationKey
CompositeBasedAssociationAttribute. getAssociationKey()
Constructors in org.hibernate.tuple.component with parameters of type AssociationKey Constructor Description CompositeBasedAssociationAttribute(AbstractCompositionAttribute source, SessionFactoryImplementor factory, int entityBasedAttributeNumber, java.lang.String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo, int subAttributeNumber, AssociationKey associationKey)
-
Uses of AssociationKey in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return AssociationKey Modifier and Type Method Description AssociationKey
EntityBasedAssociationAttribute. getAssociationKey()
-