Interface BasicDomainType<J>
-
- All Superinterfaces:
BasicType<J>,BindableType<J>,DomainType<J>,OutputableType<J>,ReturnableType<J>,SimpleDomainType<J>,SqmExpressible<J>,Type<J>
- All Known Subinterfaces:
AdjustableBasicType<J>,BasicPluralType<C,E>,BasicType<T>,ConvertedBasicType<J>
- All Known Implementing Classes:
AbstractSingleColumnStandardBasicType,AbstractStandardBasicType,BasicArrayType,BasicCollectionType,CustomType,DbTimestampType,DiscriminatorType,JavaObjectType,NullType,SerializableToBlobType,SerializableType,StandardBasicTypeTemplate
public interface BasicDomainType<J> extends SimpleDomainType<J>, BasicType<J>, SqmExpressible<J>, OutputableType<J>, ReturnableType<J>
Hibernate extension to the JPABasicTypecontract.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanareEqual(J x, J y)default Type.PersistenceTypegetPersistenceType()-
Methods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getExpressibleJavaType, getTypeName
-
Methods inherited from interface org.hibernate.query.OutputableType
canDoExtraction, extract, extract, getJdbcType
-
Methods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getBindableJavaType
-
Methods inherited from interface org.hibernate.query.sqm.SqmExpressible
isInstance, resolveExpressible
-
Methods inherited from interface jakarta.persistence.metamodel.Type
getJavaType
-
-
-
-
Method Detail
-
getPersistenceType
default Type.PersistenceType getPersistenceType()
- Specified by:
getPersistenceTypein interfaceType<J>
-
areEqual
default boolean areEqual(J x, J y) throws HibernateException
- Throws:
HibernateException
-
-