Uses of Enum Class
org.hibernate.metamodel.mapping.CollectionPart.Nature
Packages that use CollectionPart.Nature
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
AST nodes representing root tables and joins in a SQL tree.
-
Uses of CollectionPart.Nature in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return CollectionPart.NatureModifier and TypeMethodDescriptionstatic CollectionPart.Nature
static CollectionPart.Nature
CollectionPart.Nature.fromNameExact
(String name) CollectionPart.getNature()
static CollectionPart.Nature
Returns the enum constant of this class with the specified name.static CollectionPart.Nature[]
CollectionPart.Nature.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CollectionPart.Nature in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return CollectionPart.NatureModifier and TypeMethodDescriptionAbstractEntityCollectionPart.getNature()
BasicValuedCollectionPart.getNature()
CollectionIdentifierDescriptorImpl.getNature()
DiscriminatedCollectionPart.getNature()
EmbeddedCollectionPart.getNature()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type CollectionPart.NatureModifierConstructorDescriptionAbstractEntityCollectionPart
(CollectionPart.Nature nature, Collection collectionBootDescriptor, CollectionPersister collectionDescriptor, EntityMappingType associatedEntityTypeDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess) BasicValuedCollectionPart
(CollectionPersister collectionDescriptor, CollectionPart.Nature nature, SelectableMapping selectableMapping) DiscriminatedCollectionPart
(CollectionPart.Nature nature, CollectionPersister collectionDescriptor, JavaType<Object> baseAssociationJtd, Any bootValueMapping, AnyType anyType, MappingModelCreationProcess creationProcess) EmbeddedCollectionPart
(CollectionPersister collectionDescriptor, CollectionPart.Nature nature, EmbeddableMappingType embeddableMappingType, String parentInjectionAttributeName, String containingTableExpression, String sqlAliasStem) ManyToManyCollectionPart
(CollectionPart.Nature nature, Collection collectionBootDescriptor, CollectionPersister collectionDescriptor, EntityMappingType associatedEntityDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess) ManyToManyCollectionPart
(CollectionPart.Nature nature, Collection collectionBootDescriptor, CollectionPersister collectionDescriptor, EntityMappingType associatedEntityDescriptor, MappingModelCreationProcess creationProcess) OneToManyCollectionPart
(CollectionPart.Nature nature, Collection bootCollectionDescriptor, CollectionPersister collectionDescriptor, EntityMappingType elementTypeDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess) OneToManyCollectionPart
(CollectionPart.Nature nature, Collection bootCollectionDescriptor, CollectionPersister collectionDescriptor, EntityMappingType elementTypeDescriptor, MappingModelCreationProcess creationProcess) -
Uses of CollectionPart.Nature in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type CollectionPart.NatureModifier and TypeMethodDescriptiondefault TableGroup
PluralTableGroup.getTableGroup
(CollectionPart.Nature nature)