Interface DomainType<J>
-
- Type Parameters:
J
- The Java type for this JPA Type
- All Superinterfaces:
Type<J>
- All Known Subinterfaces:
BasicDomainType<J>
,BasicTypeDescriptor<J>
,CollectionDomainType<C,E>
,DomainTypeDescriptor<J>
,EmbeddedDomainType<J>
,EmbeddedTypeDescriptor<J>
,EntityDomainType<J>
,EntityTypeDescriptor<J>
,IdentifiableDomainType<J>
,IdentifiableTypeDescriptor<J>
,ManagedDomainType<J>
,ManagedTypeDescriptor<J>
,MappedSuperclassDomainType<J>
,MappedSuperclassTypeDescriptor<J>
,SimpleDomainType<J>
,SimpleTypeDescriptor<J>
public interface DomainType<J> extends Type<J>
Base contract for Hibernate's extension of the JPA type system.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Type
Type.PersistenceType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTypeName()
The name of the type - this is Hibernate notion of the type name including non-pojo mappings, etc.-
Methods inherited from interface javax.persistence.metamodel.Type
getJavaType, getPersistenceType
-
-