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 FetchSourceLoadPlanBuildingContext. 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 AssociationKeyAssociationAttributeDefinition. getAssociationKey()Methods in org.hibernate.persister.walking.spi with parameters of type AssociationKey Modifier and Type Method Description protected voidMetamodelGraphWalker. addAssociationKey(AssociationKey associationKey)Add association key to indicate the association is being visited.voidAssociationVisitationStrategy. associationKeyRegistered(AssociationKey associationKey)booleanAssociationVisitationStrategy. isDuplicateAssociationKey(AssociationKey associationKey)protected booleanMetamodelGraphWalker. isDuplicateAssociationKey(AssociationKey associationKey)Has an association with the specified key been visited already?FetchSourceAssociationVisitationStrategy. 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 AssociationKeyCompositeBasedAssociationAttribute. 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 AssociationKeyEntityBasedAssociationAttribute. getAssociationKey()
-