Uses of Class
org.hibernate.metamodel.CollectionClassification
-
Packages that use CollectionClassification Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.collection.spi SPI definitions for persistent collectionsorg.hibernate.metamodel org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.type org.hibernate.usertype -
-
Uses of CollectionClassification in org.hibernate.annotations
Methods in org.hibernate.annotations that return CollectionClassification Modifier and Type Method Description CollectionClassificationclassification()The collection classification for which the supplied type applies -
Uses of CollectionClassification in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type CollectionClassification Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyImplicitListSemantics(CollectionClassification classification) -
Uses of CollectionClassification in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return CollectionClassification Modifier and Type Method Description CollectionClassificationMappingDefaults. getImplicitListClassification()Collection semantics to be applied toListattributes with no explicit configurationMethods in org.hibernate.boot.spi with parameters of type CollectionClassification Modifier and Type Method Description voidInFlightMetadataCollector. addCollectionTypeRegistration(CollectionClassification classification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor descriptor)InFlightMetadataCollector.CollectionTypeRegistrationDescriptorInFlightMetadataCollector. findCollectionTypeRegistration(CollectionClassification classification) -
Uses of CollectionClassification in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi that return CollectionClassification Modifier and Type Method Description CollectionClassificationCollectionSemantics. getCollectionClassification()The classification handled by this semanticMethods in org.hibernate.collection.spi with parameters of type CollectionClassification Modifier and Type Method Description static CollectionInitializerProducerInitializerProducerBuilder. createCollectionTypeWrapperInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. 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 CollectionClassification Modifier and Type Method Description static CollectionClassificationCollectionClassification. interpretSetting(Object value)One of:CollectionClassificationinstanceCollectionClassificationname (case insensitive)Classreference for eitherListorCollectionstatic CollectionClassificationCollectionClassification. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionClassification[]CollectionClassification. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CollectionClassification in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return CollectionClassification Modifier and Type Method Description CollectionClassificationPluralPersistentAttribute. getCollectionClassification() -
Uses of CollectionClassification in org.hibernate.type
Methods in org.hibernate.type that return CollectionClassification Modifier and Type Method Description CollectionClassificationArrayType. getCollectionClassification()CollectionClassificationBagType. getCollectionClassification()abstract CollectionClassificationCollectionType. getCollectionClassification()CollectionClassificationCustomCollectionType. getCollectionClassification()CollectionClassificationIdentifierBagType. getCollectionClassification()CollectionClassificationListType. getCollectionClassification()CollectionClassificationMapType. getCollectionClassification()CollectionClassificationOrderedMapType. getCollectionClassification()CollectionClassificationOrderedSetType. getCollectionClassification()CollectionClassificationSetType. getCollectionClassification()CollectionClassificationSortedMapType. getCollectionClassification()CollectionClassificationSortedSetType. getCollectionClassification() -
Uses of CollectionClassification in org.hibernate.usertype
Methods in org.hibernate.usertype that return CollectionClassification Modifier and Type Method Description CollectionClassificationUserCollectionType. getClassification()The classification mapped by this custom type
-