Uses of Interface
org.hibernate.metamodel.model.domain.DomainType
Packages that use DomainType
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
This package abstracts persistence mechanisms for entities.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing common table expressions (CTE) in the SQM tree.
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
Support for tuples in SQM.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of DomainType in org.hibernate.dialect.function.array
Methods in org.hibernate.dialect.function.array with parameters of type DomainTypeModifier and TypeMethodDescriptionstatic BasicType<?> DdlTypeHelper.resolveArrayType(DomainType<?> elementType, TypeConfiguration typeConfiguration) static <T> BasicType<?> JsonArrayViaElementArgumentReturnTypeResolver.resolveJsonArrayType(DomainType<T> elementType, TypeConfiguration typeConfiguration) static BasicType<?> DdlTypeHelper.resolveListType(DomainType<?> elementType, TypeConfiguration typeConfiguration) -
Uses of DomainType in org.hibernate.metamodel.mapping
Subinterfaces of DomainType in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterfaceUnion ofConvertedBasicTypeandBasicDomainTypecapabilities. -
Uses of DomainType in org.hibernate.metamodel.model.domain
Subinterfaces of DomainType in org.hibernate.metamodel.model.domainModifier and TypeInterfaceDescriptioninterfaceModels Hibernate's@Anymapping (reverse discrimination) as a JPA domain model type.interfaceHibernate extension to the JPABasicTypecontract.interfaceHibernate extension to the JPAEmbeddableTypecontract.interfaceExtension to the JPAEntityTypecontract.interfaceExtension to the JPAIdentifiableTypecontract.interfaceExtensions to the JPA-definedManagedTypecontract.interfaceExtension of the JPAMappedSuperclassTypecontractinterfaceSpecialization ofSimpleDomainTypefor types that can be used as function returns.interfaceDescribes any non-collection type.interfaceMethods in org.hibernate.metamodel.model.domain that return DomainTypeModifier and TypeMethodDescriptionPathSource.getPathType()The type of path this source creates.DomainType<?> PersistentAttribute.getValueGraphType()default DomainType<J> SingularPersistentAttribute.getValueGraphType()For a singular attribute, the value type is defined as the attribute type -
Uses of DomainType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement DomainTypeModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of DomainType in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return DomainType -
Uses of DomainType in org.hibernate.query.sqm.tree.cte
Classes in org.hibernate.query.sqm.tree.cte that implement DomainTypeMethods in org.hibernate.query.sqm.tree.cte that return DomainType -
Uses of DomainType in org.hibernate.query.sqm.tree.domain
Subinterfaces of DomainType in org.hibernate.query.sqm.tree.domainModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.hibernate.query.sqm.tree.domain that implement DomainTypeModifier and TypeClassDescriptionclassActs as theEntityDomainTypefor a "polymorphic query" grouping. -
Uses of DomainType in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression with parameters of type DomainTypeModifier and TypeMethodDescriptiondefault <X> SqmExpression<X> SqmExpression.castAs(DomainType<X> type) -
Uses of DomainType in org.hibernate.query.sqm.tuple
Subinterfaces of DomainType in org.hibernate.query.sqm.tupleModifier and TypeInterfaceDescriptioninterfaceTupleType<J>Describes any structural type without a direct java type representation. -
Uses of DomainType in org.hibernate.query.sqm.tuple.internal
Classes in org.hibernate.query.sqm.tuple.internal that implement DomainTypeModifier and TypeClassDescriptionclassorg.hibernate.query.sqm.tuple.internal.AnonymousTupleType<T> -
Uses of DomainType in org.hibernate.type
Subinterfaces of DomainType in org.hibernate.typeModifier and TypeInterfaceDescriptioninterfaceExtension contract forBasicTypeimplementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interfaceBasicPluralType<C,E> A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceExtension for implementations ofBasicTypewhich have an implied conversion.Classes in org.hibernate.type that implement DomainTypeModifier and TypeClassDescriptionclassTODO : javadocclassConvenience base class forBasicTypeimplementations.final classBasicArrayType<T,E> A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>, E>A type that maps betweenARRAYandCollection<T>classA type that is assignable to every non-primitive type, that is, the type ofnull.classConvertedBasicArrayType<T,S, E> Given aBasicValueConverterfor an array type,classConvertedBasicCollectionType<C extends Collection<E>, E>A converted basic array type.classCustomType<J>classclassclassclassSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classA BasicType adapter targeting partial portability to 6.0's type system changes.
DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter