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
Constructors -
Method Summary
Methods inherited from class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
canDoExtraction, extract, extract, getExpressibleJavaType, getJavaTypeDescriptor, getJdbcType, getJdbcValueBinder, getJdbcValueExtractor, getPersistenceTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.metamodel.model.domain.BasicDomainType
areEqualMethods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getSqmType, getTupleLengthMethods inherited from interface org.hibernate.metamodel.mapping.JdbcMapping
convertToDomainValue, convertToRelationalValue, forEachJdbcType, forEachJdbcType, getCastType, getJdbcJavaType, getJdbcLiteralFormatter, getJdbcMapping, getJdbcTypeCount, getMappedJavaType, getSingleJdbcMapping, getValueConverterMethods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getBindableJavaTypeMethods inherited from interface org.hibernate.query.sqm.SqmExpressible
getRelationalJavaType, getTypeName, isInstance, resolveExpressible
-
Constructor Details
-
PrimitiveBasicTypeImpl
-
-
Method Details
-
getJavaType
Description copied from interface:TypeReturn the represented Java type.- Specified by:
getJavaTypein interfaceType<J>- Overrides:
getJavaTypein classBasicTypeImpl<J>- Returns:
- Java type
-