Uses of Class
org.hibernate.metamodel.mapping.CollectionPart.Nature
-
Packages that use CollectionPart.Nature Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal -
-
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.Nature
CollectionPart.Nature. fromName(String name)
static CollectionPart.Nature
CollectionPart.Nature. fromNameExact(String name)
CollectionPart.Nature
CollectionPart. getNature()
static CollectionPart.Nature
CollectionPart.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.Nature
BasicValuedCollectionPart. getNature()
CollectionPart.Nature
CollectionIdentifierDescriptorImpl. getNature()
CollectionPart.Nature
DiscriminatedCollectionPart. getNature()
CollectionPart.Nature
EmbeddedCollectionPart. getNature()
CollectionPart.Nature
EntityCollectionPart. getNature()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type CollectionPart.Nature Constructor Description 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)
EntityCollectionPart(CollectionPersister collectionDescriptor, CollectionPart.Nature nature, Value bootModelValue, NotFoundAction notFoundAction, EntityMappingType entityMappingType, MappingModelCreationProcess creationProcess)
-