Interface BasicDomainType<J>
-
- All Superinterfaces:
BasicType<J>,DomainType<J>,SimpleDomainType<J>,Type<J>
- All Known Subinterfaces:
BasicTypeDescriptor<J>
public interface BasicDomainType<J> extends SimpleDomainType<J>, BasicType<J>
Hibernate extension to the JPABasicTypecontract. Describes the mapping between a Java type and a SQL type.- ApiNote:
- Again, like
CollectionDomainTypeandEmbeddedDomainType, this is a per-usage descriptor as it encompasses both the Java and SQL types.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.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
getTypeName
-
Methods inherited from interface javax.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
-
-