Uses of Class
org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
-
Packages that use ForeignKeyDescriptor.Nature Package Description org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.results Support for defining result-set mappings used inNativeQuery
andProcedureCall
/StoredProcedureQuery
.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.results.graph org.hibernate.sql.results.internal.domain -
-
Uses of ForeignKeyDescriptor.Nature in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return ForeignKeyDescriptor.Nature Modifier and Type Method Description ForeignKeyDescriptor.Nature
LoaderSqlAstCreationState. getCurrentlyResolvingForeignKeyPart()
Methods in org.hibernate.loader.ast.internal with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description void
LoaderSqlAstCreationState. setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature currentlyResolvingForeignKeySide)
-
Uses of ForeignKeyDescriptor.Nature in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return ForeignKeyDescriptor.Nature Modifier and Type Method Description ForeignKeyDescriptor.Nature
ForeignKeyDescriptor.Side. getNature()
ForeignKeyDescriptor.Nature
Association. getSideNature()
Indicates which "side" of the foreign-key this association describesForeignKeyDescriptor.Nature
ForeignKeyDescriptor.Nature. inverse()
static ForeignKeyDescriptor.Nature
ForeignKeyDescriptor.Nature. valueOf(String name)
Returns the enum constant of this type with the specified name.static ForeignKeyDescriptor.Nature[]
ForeignKeyDescriptor.Nature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.metamodel.mapping with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description DomainResult<?>
ForeignKeyDescriptor. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, ForeignKeyDescriptor.Nature side, FetchParent fetchParent, DomainResultCreationState creationState)
Object
ForeignKeyDescriptor. getAssociationKeyFromSide(Object targetObject, ForeignKeyDescriptor.Nature nature, SharedSessionContractImplementor session)
default ModelPart
ForeignKeyDescriptor. getPart(ForeignKeyDescriptor.Nature nature)
default ForeignKeyDescriptor.Side
ForeignKeyDescriptor. getSide(ForeignKeyDescriptor.Nature nature)
default String
ForeignKeyDescriptor. getTable(ForeignKeyDescriptor.Nature nature)
-
Uses of ForeignKeyDescriptor.Nature in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return ForeignKeyDescriptor.Nature Modifier and Type Method Description ForeignKeyDescriptor.Nature
EmbeddedForeignKeyDescriptorSide. getNature()
ForeignKeyDescriptor.Nature
SimpleForeignKeyDescriptorSide. getNature()
ForeignKeyDescriptor.Nature
EntityCollectionPart. getSideNature()
ForeignKeyDescriptor.Nature
ToOneAttributeMapping. getSideNature()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description DomainResult<?>
EmbeddedForeignKeyDescriptor. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, ForeignKeyDescriptor.Nature side, FetchParent fetchParent, DomainResultCreationState creationState)
DomainResult<?>
SimpleForeignKeyDescriptor. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, ForeignKeyDescriptor.Nature side, FetchParent fetchParent, DomainResultCreationState creationState)
Object
EmbeddedForeignKeyDescriptor. getAssociationKeyFromSide(Object targetObject, ForeignKeyDescriptor.Nature nature, SharedSessionContractImplementor session)
Object
SimpleForeignKeyDescriptor. getAssociationKeyFromSide(Object targetObject, ForeignKeyDescriptor.Nature nature, SharedSessionContractImplementor session)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type ForeignKeyDescriptor.Nature Constructor Description EmbeddedForeignKeyDescriptorSide(ForeignKeyDescriptor.Nature nature, EmbeddableValuedModelPart modelPart)
SimpleForeignKeyDescriptorSide(ForeignKeyDescriptor.Nature nature, BasicValuedModelPart modelPart)
-
Uses of ForeignKeyDescriptor.Nature in org.hibernate.query.results
Methods in org.hibernate.query.results that return ForeignKeyDescriptor.Nature Modifier and Type Method Description ForeignKeyDescriptor.Nature
DomainResultCreationStateImpl. getCurrentlyResolvingForeignKeyPart()
Methods in org.hibernate.query.results with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description void
DomainResultCreationStateImpl. setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature currentlyResolvingForeignKeySide)
-
Uses of ForeignKeyDescriptor.Nature in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return ForeignKeyDescriptor.Nature Modifier and Type Method Description ForeignKeyDescriptor.Nature
BaseSqmToSqlAstConverter. getCurrentlyResolvingForeignKeyPart()
Methods in org.hibernate.query.sqm.sql with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description void
BaseSqmToSqlAstConverter. setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature currentlyResolvingForeignKeySide)
-
Uses of ForeignKeyDescriptor.Nature in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return ForeignKeyDescriptor.Nature Modifier and Type Method Description ForeignKeyDescriptor.Nature
DomainResultCreationState. getCurrentlyResolvingForeignKeyPart()
Returns the part of the foreign key that is currently being resolved, ornull
if no foreign key is currently being resolved.Methods in org.hibernate.sql.results.graph with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description void
DomainResultCreationState. setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature currentlyResolvingForeignKeySide)
-
Uses of ForeignKeyDescriptor.Nature in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return ForeignKeyDescriptor.Nature Modifier and Type Method Description ForeignKeyDescriptor.Nature
CircularBiDirectionalFetchImpl. getSideNature()
ForeignKeyDescriptor.Nature
CircularFetchImpl. getSideNature()
-