Uses of Class
org.hibernate.metamodel.mapping.CollectionPart.Nature
-
Packages that use CollectionPart.Nature Package Description 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.sql.ast.tree.from 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.Nature Modifier and Type Method Description static CollectionPart.NatureCollectionPart.Nature. fromName(String name)static CollectionPart.NatureCollectionPart.Nature. fromNameExact(String name)CollectionPart.NatureCollectionPart. getNature()static CollectionPart.NatureCollectionPart.Nature. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionPart.Nature[]CollectionPart.Nature. values()Returns an array containing the constants of this enum type, 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.Nature Modifier and Type Method Description CollectionPart.NatureAbstractEntityCollectionPart. getNature()CollectionPart.NatureBasicValuedCollectionPart. getNature()CollectionPart.NatureCollectionIdentifierDescriptorImpl. getNature()CollectionPart.NatureDiscriminatedCollectionPart. getNature()CollectionPart.NatureEmbeddedCollectionPart. getNature() -
Uses of CollectionPart.Nature in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from with parameters of type CollectionPart.Nature Modifier and Type Method Description default TableGroupPluralTableGroup. getTableGroup(CollectionPart.Nature nature)
-