Interface BasicDomainType<J>
- All Superinterfaces:
BasicType<J>, BindableType<J>, DomainType<J>, OutputableType<J>, ReturnableType<J>, SimpleDomainType<J>, Type<J>
- All Known Subinterfaces:
AdjustableBasicType<J>, BasicPluralType<C,E>, BasicType<T>, ConvertedBasicType<J>, DiscriminatorType<O>
- All Known Implementing Classes:
AbstractSingleColumnStandardBasicType, AbstractStandardBasicType, BasicArrayType, BasicCollectionType, BottomType, ConvertedBasicArrayType, ConvertedBasicCollectionType, CustomType, DiscriminatorType, JavaObjectType, NullType, QueryParameterJavaObjectType, SerializableType, StandardBasicTypeTemplate
Hibernate extension to the JPA
BasicType contract.-
Nested Class Summary
Nested classes/interfaces inherited from interface Type
Type.PersistenceType -
Method Summary
Modifier and TypeMethodDescriptionThe Java class which represents by this domain type.default Type.PersistenceTypeMethods inherited from interface BindableType
resolveExpressibleMethods inherited from interface DomainType
getExpressibleJavaType, getTypeNameMethods inherited from interface OutputableType
canDoExtraction, extract, extract, getJdbcType
-
Method Details
-
getPersistenceType
- Specified by:
getPersistenceTypein interfaceType<J>
-
getJavaType
Description copied from interface:DomainTypeThe Java class which represents by this domain type.- Specified by:
getJavaTypein interfaceDomainType<J>- Specified by:
getJavaTypein interfaceSimpleDomainType<J>- Specified by:
getJavaTypein interfaceType<J>- See Also:
-