Uses of Enum Class
org.hibernate.metamodel.CollectionClassification
Packages that use CollectionClassification
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Internal implementations and support for persistent collections.
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type
.-
Uses of CollectionClassification in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CollectionClassificationModifier and TypeMethodDescriptionMetadataBuilder.applyImplicitListSemantics
(CollectionClassification classification) -
Uses of CollectionClassification in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return CollectionClassificationModifier and TypeMethodDescriptionMetadataBuilderImpl.MappingDefaultsImpl.getImplicitListClassification()
Methods in org.hibernate.boot.internal with parameters of type CollectionClassificationModifier and TypeMethodDescriptionvoid
InFlightMetadataCollectorImpl.addCollectionTypeRegistration
(CollectionClassification classification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor descriptor) MetadataBuilderImpl.applyImplicitListSemantics
(CollectionClassification classification) InFlightMetadataCollectorImpl.findCollectionTypeRegistration
(CollectionClassification classification) -
Uses of CollectionClassification in org.hibernate.boot.jaxb.mapping.internal
Methods in org.hibernate.boot.jaxb.mapping.internal that return CollectionClassificationMethods in org.hibernate.boot.jaxb.mapping.internal with parameters of type CollectionClassificationModifier and TypeMethodDescriptionstatic String
CollectionClassificationMarshalling.toXml
(CollectionClassification classification) -
Uses of CollectionClassification in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as CollectionClassificationModifier and TypeFieldDescriptionprotected CollectionClassification
JaxbCollectionUserTypeRegistrationImpl.classification
Methods in org.hibernate.boot.jaxb.mapping.spi that return CollectionClassificationModifier and TypeMethodDescriptionJaxbCollectionUserTypeRegistrationImpl.getClassification()
Gets the value of the classification property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type CollectionClassificationModifier and TypeMethodDescriptionAdapter11.marshal
(CollectionClassification value) void
JaxbCollectionUserTypeRegistrationImpl.setClassification
(CollectionClassification value) Sets the value of the classification property. -
Uses of CollectionClassification in org.hibernate.boot.model.source.internal
Methods in org.hibernate.boot.model.source.internal that return CollectionClassificationModifier and TypeMethodDescriptionOverriddenMappingDefaults.getDefaultListClassification()
OverriddenMappingDefaults.Builder.getImplicitListClassification()
Methods in org.hibernate.boot.model.source.internal with parameters of type CollectionClassificationModifier and TypeMethodDescriptionOverriddenMappingDefaults.Builder.setImplicitListClassification
(CollectionClassification implicitListClassification) Constructors in org.hibernate.boot.model.source.internal with parameters of type CollectionClassificationModifierConstructorDescriptionOverriddenMappingDefaults
(String implicitSchemaName, String implicitCatalogName, boolean implicitlyQuoteIdentifiers, String implicitIdColumnName, String implicitTenantIdColumnName, String implicitDiscriminatorColumnName, String implicitPackageName, boolean autoImportEnabled, EnumSet<CascadeType> cascadeTypes, AccessType implicitPropertyAccessType, String implicitPropertyAccessorName, boolean entitiesImplicitlyLazy, boolean pluralAttributesImplicitlyLazy, AccessType implicitCacheAccessType, CollectionClassification implicitListClassification) -
Uses of CollectionClassification in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return CollectionClassificationMethods in org.hibernate.boot.models.annotations.internal with parameters of type CollectionClassificationModifier and TypeMethodDescriptionvoid
CollectionTypeRegistrationAnnotation.classification
(CollectionClassification value) -
Uses of CollectionClassification in org.hibernate.boot.models.internal
Methods in org.hibernate.boot.models.internal with parameters of type CollectionClassificationModifier and TypeMethodDescriptionvoid
GlobalRegistrationsImpl.collectCollectionTypeRegistration
(CollectionClassification classification, Class<? extends UserCollectionType> userTypeClass, Map<String, String> parameters) void
GlobalRegistrationsImpl.collectCollectionTypeRegistration
(CollectionClassification classification, org.hibernate.models.spi.ClassDetails userTypeClass, Map<String, String> parameters) -
Uses of CollectionClassification in org.hibernate.boot.models.spi
Methods in org.hibernate.boot.models.spi that return CollectionClassificationConstructors in org.hibernate.boot.models.spi with parameters of type CollectionClassificationModifierConstructorDescriptionCollectionTypeRegistration
(CollectionClassification classification, org.hibernate.models.spi.ClassDetails userTypeClass, Map<String, String> parameterMap) -
Uses of CollectionClassification in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CollectionClassificationModifier and TypeMethodDescriptiondefault CollectionClassification
EffectiveMappingDefaults.getDefaultListClassification()
Deprecated.No longer supportedMappingDefaults.getImplicitListClassification()
Collection semantics to be applied toList
attributes with no explicit configurationMethods in org.hibernate.boot.spi with parameters of type CollectionClassificationModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.addCollectionTypeRegistration
(CollectionClassification classification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor descriptor) InFlightMetadataCollector.findCollectionTypeRegistration
(CollectionClassification classification) -
Uses of CollectionClassification in org.hibernate.collection.internal
Methods in org.hibernate.collection.internal that return CollectionClassificationModifier and TypeMethodDescriptionCustomCollectionTypeSemantics.getCollectionClassification()
StandardArraySemantics.getCollectionClassification()
StandardBagSemantics.getCollectionClassification()
StandardIdentifierBagSemantics.getCollectionClassification()
StandardListSemantics.getCollectionClassification()
StandardMapSemantics.getCollectionClassification()
StandardOrderedMapSemantics.getCollectionClassification()
StandardOrderedSetSemantics.getCollectionClassification()
StandardSetSemantics.getCollectionClassification()
StandardSortedMapSemantics.getCollectionClassification()
StandardSortedSetSemantics.getCollectionClassification()
-
Uses of CollectionClassification in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi that return CollectionClassificationModifier and TypeMethodDescriptionCollectionSemantics.getCollectionClassification()
The classification handled by this semanticMethods in org.hibernate.collection.spi with parameters of type CollectionClassificationModifier and TypeMethodDescriptionInitializerProducerBuilder.createCollectionTypeWrapperInitializerProducer
(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) InitializerProducerBuilder.createInitializerProducer
(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) -
Uses of CollectionClassification in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return CollectionClassificationModifier and TypeMethodDescriptionstatic CollectionClassification
CollectionClassification.interpretSetting
(Object value) One of:CollectionClassification
instanceCollectionClassification
name (case insensitive)Class
reference for eitherList
orCollection
static CollectionClassification
Returns the enum constant of this class with the specified name.static CollectionClassification[]
CollectionClassification.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CollectionClassification in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return CollectionClassificationModifier and TypeMethodDescriptionPluralAttributeMetadata.getCollectionClassification()
The classification of the collection, indicating the collection semantics to be used. -
Uses of CollectionClassification in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return CollectionClassification -
Uses of CollectionClassification in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return CollectionClassificationModifier and TypeMethodDescriptionAbstractPluralAttribute.getCollectionClassification()
PluralAttributeBuilder.getCollectionClassification()
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type CollectionClassificationModifierConstructorDescriptionPluralAttributeBuilder
(JavaType<C> collectionJtd, boolean isGeneric, AttributeClassification attributeClassification, CollectionClassification collectionClassification, DomainType<E> elementType, DomainType<K> listIndexOrMapKeyType, ManagedDomainType<D> declaringType, Property property, Member member) -
Uses of CollectionClassification in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return CollectionClassificationModifier and TypeMethodDescriptionImplicitListAsBagProvider.getSetting()
ImplicitListAsListProvider.getSetting()
Methods in org.hibernate.testing.orm.junit with parameters of type CollectionClassificationModifier and TypeMethodDescriptionvoid
DialectFeatureChecks.FakeMetadataBuildingContext.addCollectionTypeRegistration
(CollectionClassification classification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor descriptor) DialectFeatureChecks.FakeMetadataBuildingContext.findCollectionTypeRegistration
(CollectionClassification classification) -
Uses of CollectionClassification in org.hibernate.type
Methods in org.hibernate.type that return CollectionClassificationModifier and TypeMethodDescriptionArrayType.getCollectionClassification()
BagType.getCollectionClassification()
abstract CollectionClassification
CollectionType.getCollectionClassification()
CustomCollectionType.getCollectionClassification()
IdentifierBagType.getCollectionClassification()
ListType.getCollectionClassification()
MapType.getCollectionClassification()
OrderedMapType.getCollectionClassification()
OrderedSetType.getCollectionClassification()
SetType.getCollectionClassification()
SortedMapType.getCollectionClassification()
SortedSetType.getCollectionClassification()
-
Uses of CollectionClassification in org.hibernate.usertype
Methods in org.hibernate.usertype that return CollectionClassificationModifier and TypeMethodDescriptionUserCollectionType.getClassification()
The classification mapped by this custom type