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.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. 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 ObjectForeignKeyDescriptor. getAssociationKeyFromSide(Object targetObject, ForeignKeyDescriptor.Nature nature, SharedSessionContractImplementor session)default ValuedModelPartForeignKeyDescriptor. getPart(ForeignKeyDescriptor.Nature nature)default ForeignKeyDescriptor.SideForeignKeyDescriptor. 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.NatureEmbeddedForeignKeyDescriptorSide. getNature()ForeignKeyDescriptor.NatureSimpleForeignKeyDescriptorSide. getNature()ForeignKeyDescriptor.NatureManyToManyCollectionPart. getSideNature()ForeignKeyDescriptor.NatureToOneAttributeMapping. 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.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)
-