Uses of Interface
org.hibernate.metamodel.model.domain.BasicDomainType
-
Packages that use BasicDomainType Package Description org.hibernate.metamodel.internal 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.metamodel.mapping.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.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.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal -
-
Uses of BasicDomainType in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return BasicDomainType Modifier and Type Method Description <J> BasicDomainType<J>
MetadataContext. resolveBasicType(Class<J> javaType)
-
Uses of BasicDomainType in org.hibernate.metamodel.mapping
Subinterfaces of BasicDomainType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
DiscriminatorType<O>
Union ofConvertedBasicType
andBasicDomainType
capabilities. -
Uses of BasicDomainType in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicDomainType Modifier and Type Class Description class
DiscriminatorTypeImpl<O>
Specialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMapping
of this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcType -
Uses of BasicDomainType in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement BasicDomainType Modifier and Type Class Description class
BasicTypeImpl<J>
class
PrimitiveBasicTypeImpl<J>
Methods in org.hibernate.metamodel.model.domain.internal that return BasicDomainType Modifier and Type Method Description BasicDomainType<J>
BasicSqmPathSource. getSqmPathType()
Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type BasicDomainType Constructor Description BasicSqmPathSource(String localPathName, SqmPathSource<J> pathModel, BasicDomainType<J> domainType, JavaType<?> relationalJavaType, Bindable.BindableType jpaBindableType, boolean isGeneric)
-
Uses of BasicDomainType in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement BasicDomainType Modifier and Type Class Description class
DiscriminatorType<T>
Deprecated, for removal: This API element is subject to removal in a future version.The functionality of DiscriminatorType,DiscriminatorMetadata
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter
-
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.internal
Methods in org.hibernate.query.sql.internal with parameters of type BasicDomainType Modifier and Type Method Description NativeQueryImplementor<R>
NativeQueryImpl. addScalar(String columnAlias, BasicDomainType type)
-
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 interface
AdjustableBasicType<J>
Extension contract forBasicType
implementations which understand how to adjust themselves relative to where/how they're used by, for example, accounting for LOB, nationalized, primitive/wrapper, etc.interface
BasicPluralType<C,E>
A basic plural type.interface
BasicType<T>
Marker interface for basic types.interface
ConvertedBasicType<J>
Extension for implementations ofBasicType
which have an implied conversion.Classes in org.hibernate.type that implement BasicDomainType Modifier and Type Class Description class
AbstractSingleColumnStandardBasicType<T>
TODO : javadocclass
AbstractStandardBasicType<T>
Convenience base class forBasicType
implementations.class
BasicArrayType<T>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
class
ConvertedBasicArrayType<T>
A converted basic array type.class
ConvertedBasicCollectionType<C extends Collection<E>,E>
A converted basic array type.class
CustomType<J>
class
JavaObjectType
class
NullType
class
SerializableToBlobType<T extends Serializable>
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
StandardBasicTypeTemplate<J>
A BasicType adapter targeting partial portability to 6.0's type system changes. -
Uses of BasicDomainType in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement BasicDomainType Modifier and Type Class Description class
BasicTypeImpl<J>
class
ConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedBasicTypeImpl<J>
class
ImmutableNamedBasicTypeImpl<J>
class
NamedBasicTypeImpl<J>
-