Uses of Class
org.hibernate.type.internal.ConvertedBasicTypeImpl
-
Packages that use ConvertedBasicTypeImpl Package Description org.hibernate.metamodel.mapping.internal org.hibernate.type.internal -
-
Uses of ConvertedBasicTypeImpl in org.hibernate.metamodel.mapping.internal
Subclasses of ConvertedBasicTypeImpl in org.hibernate.metamodel.mapping.internal 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 ConvertedBasicTypeImpl in org.hibernate.type.internal
Subclasses of ConvertedBasicTypeImpl in org.hibernate.type.internal Modifier and Type Class Description class
CustomMutabilityConvertedBasicTypeImpl<J>
class
CustomMutabilityConvertedPrimitiveBasicTypeImpl<J>
Wrapper ofCustomMutabilityConvertedBasicTypeImpl
for primitive type.
-