Uses of Interface
org.hibernate.type.ConvertedBasicType
-
Packages that use ConvertedBasicType 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.metamodel.mapping.internal 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 ConvertedBasicType in org.hibernate.metamodel.mapping
Subinterfaces of ConvertedBasicType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
DiscriminatorType<O>
Union ofConvertedBasicType
andBasicDomainType
capabilities. -
Uses of ConvertedBasicType in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement ConvertedBasicType 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 ConvertedBasicType in org.hibernate.type
Classes in org.hibernate.type that implement ConvertedBasicType Modifier and Type Class Description class
CustomType<J>
-
Uses of ConvertedBasicType in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement ConvertedBasicType Modifier and Type Class Description class
ConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedPrimitiveBasicTypeImpl<J>
Wrapper ofCustomMutabilityConvertedBasicTypeImpl
for primitive type.
-