Uses of Class
org.hibernate.metamodel.CollectionClassification
-
Packages that use CollectionClassification Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.model.source.internal org.hibernate.boot.spi org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collections.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal org.hibernate.testing.orm.junit org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.usertype An API for user-defined custom types. -
-
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.internal
Methods in org.hibernate.boot.internal that return CollectionClassification Modifier and Type Method Description CollectionClassificationMetadataBuilderImpl.MappingDefaultsImpl. getImplicitListClassification()Methods in org.hibernate.boot.internal with parameters of type CollectionClassification Modifier and Type Method Description voidInFlightMetadataCollectorImpl. addCollectionTypeRegistration(CollectionClassification classification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor descriptor)MetadataBuilderMetadataBuilderImpl. applyImplicitListSemantics(CollectionClassification classification)InFlightMetadataCollector.CollectionTypeRegistrationDescriptorInFlightMetadataCollectorImpl. findCollectionTypeRegistration(CollectionClassification classification) -
Uses of CollectionClassification in org.hibernate.boot.model.source.internal
Methods in org.hibernate.boot.model.source.internal that return CollectionClassification Modifier and Type Method Description CollectionClassificationOverriddenMappingDefaults.Builder. getImplicitListClassification()CollectionClassificationOverriddenMappingDefaults. getImplicitListClassification()Methods in org.hibernate.boot.model.source.internal with parameters of type CollectionClassification Modifier and Type Method Description OverriddenMappingDefaults.BuilderOverriddenMappingDefaults.Builder. setImplicitListClassification(CollectionClassification implicitListClassification)Constructors in org.hibernate.boot.model.source.internal with parameters of type CollectionClassification Constructor Description OverriddenMappingDefaults(String implicitSchemaName, String implicitCatalogName, boolean implicitlyQuoteIdentifiers, String implicitIdColumnName, String implicitTenantIdColumnName, String implicitDiscriminatorColumnName, String implicitPackageName, boolean autoImportEnabled, String implicitCascadeStyleName, String implicitPropertyAccessorName, boolean entitiesImplicitlyLazy, boolean pluralAttributesImplicitlyLazy, AccessType implicitCacheAccessType, CollectionClassification implicitListClassification) -
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.internal
-
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.internal
Methods in org.hibernate.metamodel.internal that return CollectionClassification Modifier and Type Method Description CollectionClassificationPluralAttributeMetadata. 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 Modifier and Type Method Description CollectionClassificationPluralPersistentAttribute. getCollectionClassification() -
Uses of CollectionClassification in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return CollectionClassification Modifier and Type Method Description CollectionClassificationAbstractPluralAttribute. getCollectionClassification()CollectionClassificationPluralAttributeBuilder. getCollectionClassification()Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type CollectionClassification Constructor Description PluralAttributeBuilder(JavaType<C> collectionJtd, 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 CollectionClassification Modifier and Type Method Description CollectionClassificationImplicitListAsBagProvider. getSetting()CollectionClassificationImplicitListAsListProvider. getSetting() -
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
-