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
,BasicDomainType<J>
,DomainType<J>
,SimpleDomainType<J>
,BindableType<J>
,OutputableType<J>
,ReturnableType<J>
,SqmExpressible<J>
public class PrimitiveBasicTypeImpl<J> extends BasicTypeImpl<J>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
-
-
Constructor Summary
Constructors Constructor Description PrimitiveBasicTypeImpl(JavaType<J> javaType, Class<J> javaTypeClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<J>
getJavaType()
-
Methods inherited from class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
canDoExtraction, extract, extract, getExpressibleJavaType, getJdbcType, 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
getTypeName
-
Methods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getBindableJavaType
-
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
getRelationalJavaType, isInstance, resolveExpressible
-
-
-
-
Method Detail
-
getJavaType
public Class<J> getJavaType()
- Specified by:
getJavaType
in interfaceType<J>
- Overrides:
getJavaType
in classBasicTypeImpl<J>
-
-