接口 DomainType<J>
-
- 类型参数:
J- The Java type for this JPA Type
- 所有超级接口:
javax.persistence.metamodel.Type<J>
- 所有已知子接口:
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>
- 所有已知实现类:
AbstractIdentifiableType,AbstractManagedType,AbstractType,BasicTypeImpl,EmbeddableTypeImpl,EntityTypeImpl,MappedSuperclassTypeImpl
public interface DomainType<J> extends javax.persistence.metamodel.Type<J>Base contract for Hibernate's extension of the JPA type system.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetTypeName()The name of the type - this is Hibernate notion of the type name including non-pojo mappings, etc.
-
-
-
方法详细资料
-
getTypeName
String getTypeName()
The name of the type - this is Hibernate notion of the type name including non-pojo mappings, etc.
-
-