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 inNativeQueryandProcedureCall/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.NatureLoaderSqlAstCreationState. getCurrentlyResolvingForeignKeyPart()Methods in org.hibernate.loader.ast.internal with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description voidLoaderSqlAstCreationState. 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.NatureForeignKeyDescriptor.Side. getNature()ForeignKeyDescriptor.NatureAssociation. getSideNature()Indicates which "side" of the foreign-key this association describesForeignKeyDescriptor.NatureForeignKeyDescriptor.Nature. inverse()static ForeignKeyDescriptor.NatureForeignKeyDescriptor.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)ObjectForeignKeyDescriptor. getAssociationKeyFromSide(Object targetObject, ForeignKeyDescriptor.Nature nature, SharedSessionContractImplementor session)default ModelPartForeignKeyDescriptor. getPart(ForeignKeyDescriptor.Nature nature)default ForeignKeyDescriptor.SideForeignKeyDescriptor. getSide(ForeignKeyDescriptor.Nature nature)default StringForeignKeyDescriptor. 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.NatureEmbeddedForeignKeyDescriptorSide. getNature()ForeignKeyDescriptor.NatureSimpleForeignKeyDescriptorSide. getNature()ForeignKeyDescriptor.NatureEntityCollectionPart. getSideNature()ForeignKeyDescriptor.NatureToOneAttributeMapping. 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)ObjectEmbeddedForeignKeyDescriptor. getAssociationKeyFromSide(Object targetObject, ForeignKeyDescriptor.Nature nature, SharedSessionContractImplementor session)ObjectSimpleForeignKeyDescriptor. 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.NatureDomainResultCreationStateImpl. getCurrentlyResolvingForeignKeyPart()Methods in org.hibernate.query.results with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description voidDomainResultCreationStateImpl. 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.NatureBaseSqmToSqlAstConverter. getCurrentlyResolvingForeignKeyPart()Methods in org.hibernate.query.sqm.sql with parameters of type ForeignKeyDescriptor.Nature Modifier and Type Method Description voidBaseSqmToSqlAstConverter. 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.NatureDomainResultCreationState. getCurrentlyResolvingForeignKeyPart()Returns the part of the foreign key that is currently being resolved, ornullif 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 voidDomainResultCreationState. 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.NatureCircularBiDirectionalFetchImpl. getSideNature()ForeignKeyDescriptor.NatureCircularFetchImpl. getSideNature()
-