public interface BasicDomainType<J> extends SimpleDomainType<J>, BasicType<J>
BasicType contract.
Describes the mapping between a Java type and a SQL type.Type.PersistenceType| Modifier and Type | Method and Description |
|---|---|
default boolean |
areEqual(J x,
J y) |
default Type.PersistenceType |
getPersistenceType() |
getTypeNamegetJavaTypedefault Type.PersistenceType getPersistenceType()
getPersistenceType in interface Type<J>default boolean areEqual(J x, J y) throws HibernateException
HibernateExceptionCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.