Class AbstractDomainType<J>
java.lang.Object
org.hibernate.metamodel.model.domain.internal.AbstractDomainType<J>
- All Implemented Interfaces:
Type<J>,DomainType<J>,SimpleDomainType<J>
- Direct Known Subclasses:
AbstractManagedType
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType -
Constructor Summary
Constructors -
Method Summary
Methods 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.DomainType
getTypeNameMethods inherited from interface org.hibernate.metamodel.model.domain.SimpleDomainType
getJavaTypeMethods inherited from interface jakarta.persistence.metamodel.Type
getPersistenceType
-
Constructor Details
-
AbstractDomainType
-
-
Method Details
-
getExpressibleJavaType
Description copied from interface:DomainTypeTheJavaTyperepresenting this domain type.- Specified by:
getExpressibleJavaTypein interfaceDomainType<J>
-