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>
,ReturnableType<J>
,SimpleDomainType<J>
,SqmBindableType<J>
,SqmExpressible<J>
,SqmDomainType<J>
,BindableType<J>
,OutputableType<J>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Java class which represents by this domain type.Methods inherited from class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
canDoExtraction, extract, extract, getExpressibleJavaType, getJavaTypeDescriptor, getJdbcType, getJdbcValueBinder, getJdbcValueExtractor, getSqmType, getTypeName
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
getPersistenceType
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.query.sqm.SqmBindableType
resolveExpressible
Methods inherited from interface org.hibernate.query.sqm.tree.domain.SqmDomainType
getTupleLength
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getRelationalJavaType
-
Constructor Details
-
PrimitiveBasicTypeImpl
-
-
Method Details
-
getJavaType
Description copied from interface:DomainType
The Java class which represents by this domain type.- Specified by:
getJavaType
in interfaceBasicDomainType<J>
- Specified by:
getJavaType
in interfaceDomainType<J>
- Specified by:
getJavaType
in interfaceSimpleDomainType<J>
- Specified by:
getJavaType
in interfaceType<J>
- Overrides:
getJavaType
in classBasicTypeImpl<J>
- See Also:
-