Uses of Class
org.hibernate.metamodel.mapping.AssociationKey
-
Packages that use AssociationKey Package Description org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.results.graph Defines domain result graphs. -
-
Uses of AssociationKey in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type AssociationKey Modifier and Type Method Description booleanLoaderSqlAstCreationState. isAssociationKeyVisited(AssociationKey associationKey)booleanLoaderSqlAstCreationState. registerVisitedAssociationKey(AssociationKey associationKey)voidLoaderSqlAstCreationState. removeVisitedAssociationKey(AssociationKey associationKey) -
Uses of AssociationKey in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return AssociationKey Modifier and Type Method Description AssociationKeyForeignKeyDescriptor. getAssociationKey() -
Uses of AssociationKey in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return AssociationKey Modifier and Type Method Description AssociationKeyEmbeddedForeignKeyDescriptor. getAssociationKey()AssociationKeySimpleForeignKeyDescriptor. getAssociationKey()protected abstract AssociationKeyAbstractEntityCollectionPart. resolveFetchAssociationKey()protected AssociationKeyManyToManyCollectionPart. resolveFetchAssociationKey()protected AssociationKeyOneToManyCollectionPart. resolveFetchAssociationKey() -
Uses of AssociationKey in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type AssociationKey Modifier and Type Method Description booleanDomainResultCreationStateImpl. isAssociationKeyVisited(AssociationKey associationKey)booleanDomainResultCreationStateImpl. registerVisitedAssociationKey(AssociationKey associationKey) -
Uses of AssociationKey in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type AssociationKey Modifier and Type Method Description booleanBaseSqmToSqlAstConverter. isAssociationKeyVisited(AssociationKey associationKey)booleanBaseSqmToSqlAstConverter. registerVisitedAssociationKey(AssociationKey associationKey)voidBaseSqmToSqlAstConverter. removeVisitedAssociationKey(AssociationKey associationKey) -
Uses of AssociationKey in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type AssociationKey Modifier and Type Method Description default booleanDomainResultCreationState. isAssociationKeyVisited(AssociationKey circularityKey)Checks whether the given circularityKey is registereddefault booleanDomainResultCreationState. registerVisitedAssociationKey(AssociationKey circularityKey)Registers a circularity detection keydefault voidDomainResultCreationState. removeVisitedAssociationKey(AssociationKey circularityKey)Removes the registration of a circularity detection key
-