Uses of Enum Class
jakarta.persistence.metamodel.PluralAttribute.CollectionType
Packages that use PluralAttribute.CollectionType
Package
Description
Jakarta Persistence Metamodel API
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Implementation of the SPI for the runtime domain metamodel.
-
Uses of PluralAttribute.CollectionType in jakarta.persistence.metamodel
Methods in jakarta.persistence.metamodel that return PluralAttribute.CollectionTypeModifier and TypeMethodDescriptionPluralAttribute.getCollectionType()Return the collection type.Returns the enum constant of this class with the specified name.static PluralAttribute.CollectionType[]PluralAttribute.CollectionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PluralAttribute.CollectionType in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return PluralAttribute.CollectionType -
Uses of PluralAttribute.CollectionType in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return PluralAttribute.CollectionTypeModifier and TypeMethodDescriptionAbstractPluralAttribute.getCollectionType()BagAttributeImpl.getCollectionType()ListAttributeImpl.getCollectionType()MapAttributeImpl.getCollectionType()SetAttributeImpl.getCollectionType()