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 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 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. createKeyDomainResult(NavigablePath navigablePath, TableGroup targetTableGroup, ForeignKeyDescriptor.Nature fromSide, FetchParent fetchParent, DomainResultCreationState creationState)
Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.default Object
ForeignKeyDescriptor. getAssociationKeyFromSide(Object targetObject, ForeignKeyDescriptor.Nature nature, SharedSessionContractImplementor session)
default ValuedModelPart
ForeignKeyDescriptor. getPart(ForeignKeyDescriptor.Nature nature)
default ForeignKeyDescriptor.Side
ForeignKeyDescriptor. getSide(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
ManyToManyCollectionPart. 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. createKeyDomainResult(NavigablePath navigablePath, TableGroup targetTableGroup, ForeignKeyDescriptor.Nature fromSide, FetchParent fetchParent, DomainResultCreationState creationState)
DomainResult<?>
SimpleForeignKeyDescriptor. createKeyDomainResult(NavigablePath navigablePath, TableGroup targetTableGroup, ForeignKeyDescriptor.Nature fromSide, FetchParent fetchParent, DomainResultCreationState creationState)
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)
-