Uses of Interface
org.hibernate.type.ConvertedBasicType
-
Packages that use ConvertedBasicType Package Description org.hibernate.boot.model.process.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.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal -
-
Uses of ConvertedBasicType in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return ConvertedBasicType Modifier and Type Method Description ConvertedBasicType<E>EnumeratedValueResolution. getJdbcMapping()ConvertedBasicType<E>EnumeratedValueResolution. getLegacyResolvedBasicType() -
Uses of ConvertedBasicType in org.hibernate.metamodel.mapping
Subinterfaces of ConvertedBasicType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceDiscriminatorType<O>Union ofConvertedBasicTypeandBasicDomainTypecapabilities. -
Uses of ConvertedBasicType in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement ConvertedBasicType Modifier and Type Class Description classDiscriminatorTypeImpl<O>Specialization of ConvertedBasicTypeImpl to expose access to theDiscriminatorTypeImpl.underlyingJdbcMappingof 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 classCustomType<J> -
Uses of ConvertedBasicType in org.hibernate.type.internal
Classes in org.hibernate.type.internal that implement ConvertedBasicType Modifier and Type Class Description classConvertedBasicTypeImpl<J>classCustomMutabilityConvertedBasicTypeImpl<J>
-