Class PrimitiveBasicTypeImpl<J>
java.lang.Object
org.hibernate.metamodel.model.domain.internal.BasicTypeImpl<J>
org.hibernate.metamodel.model.domain.internal.PrimitiveBasicTypeImpl<J>
- All Implemented Interfaces:
BasicType<J>
,Type<J>
,Serializable
,JdbcMapping
,JdbcMappingContainer
,MappingType
,BasicDomainType<J>
,DomainType<J>
,SimpleDomainType<J>
,BindableType<J>
,OutputableType<J>
,ReturnableType<J>
,SqmExpressible<J>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
-
Constructor Summary
-
Method Summary
Methods inherited from class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
canDoExtraction, extract, extract, getExpressibleJavaType, getJavaTypeDescriptor, getJdbcType, getJdbcValueBinder, getJdbcValueExtractor, getPersistenceType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.model.domain.BasicDomainType
areEqual
Methods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getSqmType, getTupleLength
Methods inherited from interface org.hibernate.metamodel.mapping.JdbcMapping
convertToDomainValue, convertToRelationalValue, forEachJdbcType, forEachJdbcType, getCastType, getJdbcJavaType, getJdbcLiteralFormatter, getJdbcMapping, getJdbcTypeCount, getMappedJavaType, getSingleJdbcMapping, getValueConverter
Methods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getBindableJavaType
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getRelationalJavaType, getTypeName, isInstance, resolveExpressible
-
Constructor Details
-
PrimitiveBasicTypeImpl
-
-
Method Details
-
getJavaType
- Specified by:
getJavaType
in interfaceType<J>
- Overrides:
getJavaType
in classBasicTypeImpl<J>
-