Uses of Interface
org.hibernate.metamodel.model.domain.BasicDomainType
-
Packages that use BasicDomainType Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of BasicDomainType in org.hibernate.metamodel.mapping
Subinterfaces of BasicDomainType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceDiscriminatorType<O>Union ofConvertedBasicTypeandBasicDomainTypecapabilities. -
Uses of BasicDomainType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement BasicDomainType Modifier and Type Class Description classDiscriminatorType<T>Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadataandMetaTypehave been consolidated intoEntityDiscriminatorMappingandDiscriminatorConverter -
Uses of BasicDomainType in org.hibernate.query
Methods in org.hibernate.query with parameters of type BasicDomainType Modifier and Type Method Description NativeQuery<T>NativeQuery. addScalar(String columnAlias, BasicDomainType type)Declare a scalar query result. -
Uses of BasicDomainType in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type BasicDomainType Modifier and Type Method Description NativeQueryImplementor<R>NativeQueryImplementor. addScalar(String columnAlias, BasicDomainType type) -
Uses of BasicDomainType in org.hibernate.type
Subinterfaces of BasicDomainType in org.hibernate.type Modifier and Type Interface Description interfaceAdjustableBasicType<J>Extension 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.interfaceConvertedBasicType<J>Extension for implementations ofBasicTypewhich have an implied conversion.Classes in org.hibernate.type that implement BasicDomainType Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementations.classBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classConvertedBasicArrayType<T>A converted basic array type.classConvertedBasicCollectionType<C extends Collection<E>,E>A converted basic array type.classCustomType<J>classJavaObjectTypeclassNullTypeclassSerializableToBlobType<T extends Serializable>classSerializableType<T extends Serializable>A type that maps between aVARBINARYandSerializableclasses.classStandardBasicTypeTemplate<J>A BasicType adapter targeting partial portability to 6.0's type system changes.
-