Uses of Enum Class
org.hibernate.metamodel.mapping.CollectionPart.Nature
Packages that use CollectionPart.Nature
Package
Description
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Nodes representing path expressions in the SQM tree.
AST nodes representing root tables and joins in a SQL tree.
-
Uses of CollectionPart.Nature in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type CollectionPart.NatureModifier and TypeMethodDescriptionSet<?> AbstractBagSemantics.copyPart(Object rawCollection, CollectionPersister collectionDescriptor, CollectionPart.Nature partNature) Set<?> AbstractMapSemantics.copyPart(Object rawCollection, CollectionPersister collectionDescriptor, CollectionPart.Nature partNature) Set<?> AbstractSetSemantics.copyPart(Object rawCollection, CollectionPersister collectionDescriptor, CollectionPart.Nature partNature) Set<?> CollectionSemantics.copyPart(Object rawCollection, CollectionPersister collectionDescriptor, CollectionPart.Nature partNature) Create a detached copy of a collection part. -
Uses of CollectionPart.Nature in org.hibernate.metamodel.mapping
Subclasses with type arguments of type CollectionPart.Nature in org.hibernate.metamodel.mappingMethods in org.hibernate.metamodel.mapping that return CollectionPart.NatureModifier and TypeMethodDescriptionstatic CollectionPart.Naturestatic CollectionPart.NatureCollectionPart.Nature.fromNameExact(String name) CollectionPart.getNature()static CollectionPart.NatureReturns 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.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return CollectionPart.NatureConstructors in org.hibernate.query.sqm.tree.domain with parameters of type CollectionPart.NatureModifierConstructorDescriptionSqmPluralPartSelectionPath(SqmPluralValuedSimplePath<C> pluralPath, CollectionPart.Nature selectedPartNature) -
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 TableGroupPluralTableGroup.getTableGroup(CollectionPart.Nature nature)