Uses of Interface
org.hibernate.metamodel.model.domain.BasicDomainType
-
Packages that use BasicDomainType Package Description org.hibernate.persister.entity org.hibernate.query org.hibernate.query.sql.spi org.hibernate.type -
-
Uses of BasicDomainType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement BasicDomainType Modifier and Type Class Description classDiscriminatorType<T>TODO : javadoc -
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 for BasicType implementations that understand how to adjust themselves relative to where/how they are used (e.g.interfaceBasicPluralType<C,E>A basic plural type.interfaceBasicType<T>Marker interface for basic types.interfaceConvertedBasicType<J>Extension for BasicType impls which have an implied conversionClasses in org.hibernate.type that implement BasicDomainType Modifier and Type Class Description classAbstractSingleColumnStandardBasicType<T>TODO : javadocclassAbstractStandardBasicType<T>Convenience base class forBasicTypeimplementationsclassBasicArrayType<T>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classCustomType<J>classDbTimestampTypeDeprecated.UseValueGenerationinsteadclassJavaObjectTypeclassNullTypeclassSerializableToBlobType<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.
-