Uses of Interface
org.hibernate.metamodel.model.domain.BasicDomainType
Packages that use BasicDomainType
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).
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for entities.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Nodes representing expressions in the SQM tree.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of BasicDomainType in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return BasicDomainTypeModifier and TypeMethodDescription<J> BasicDomainType<J>
MetadataContext.resolveBasicType
(Class<J> javaType) -
Uses of BasicDomainType in org.hibernate.metamodel.mapping
Subinterfaces of BasicDomainType in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Union ofConvertedBasicType
andBasicDomainType
capabilities. -
Uses of BasicDomainType in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicDomainTypeModifier and TypeClassDescriptionclass
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 BasicDomainTypeConstructors in org.hibernate.metamodel.model.domain.internal with parameters of type BasicDomainTypeModifierConstructorDescriptionBasicSqmPathSource
(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 BasicDomainTypeModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BasicDomainType in org.hibernate.query
Methods in org.hibernate.query with parameters of type BasicDomainTypeModifier and TypeMethodDescriptionNativeQuery.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 BasicDomainTypeModifier and TypeMethodDescriptionNativeQueryImpl.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 BasicDomainTypeModifier and TypeMethodDescriptionNativeQueryImplementor.addScalar
(String columnAlias, BasicDomainType type) -
Uses of BasicDomainType in org.hibernate.query.sqm.tree.expression
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type BasicDomainTypeModifierConstructorDescriptionSqmHqlNumericLiteral
(String literalValue, BasicDomainType<N> type, NodeBuilder criteriaBuilder) SqmHqlNumericLiteral
(String literalValue, NumericTypeCategory typeCategory, BasicDomainType<N> type, NodeBuilder criteriaBuilder) -
Uses of BasicDomainType in org.hibernate.type
Subinterfaces of BasicDomainType in org.hibernate.typeModifier and TypeInterfaceDescriptioninterface
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
Extension for implementations ofBasicType
which have an implied conversion.Classes in org.hibernate.type that implement BasicDomainTypeModifier and TypeClassDescriptionclass
TODO : javadocclass
Convenience base class forBasicType
implementations.class
BasicArrayType<T,
E> A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,
E> A type that maps betweenARRAY
andCollection<T>
class
A type that is assignable to every non-primitive type, that is, the type ofnull
.class
ConvertedBasicArrayType<T,
S, E> Given aBasicValueConverter
for an array type,class
ConvertedBasicCollectionType<C extends Collection<E>,
E> A converted basic array type.class
CustomType<J>
class
class
class
class
SerializableType<T extends Serializable>
A type that maps between aVARBINARY
andSerializable
classes.class
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 BasicDomainTypeModifier and TypeClassDescriptionclass
class
class
class
Wrapper ofCustomMutabilityConvertedBasicTypeImpl
for primitive type.class
class
DiscriminatorMetadata
andMetaType
have been consolidated intoEntityDiscriminatorMapping
andDiscriminatorConverter