类 BasicTypeImpl<J>
- java.lang.Object
-
- org.hibernate.metamodel.model.domain.internal.BasicTypeImpl<J>
-
- 所有已实现的接口:
Serializable,javax.persistence.metamodel.BasicType<J>,javax.persistence.metamodel.Type<J>,BasicDomainType<J>,DomainType<J>,SimpleDomainType<J>,BasicTypeDescriptor<J>,DomainTypeDescriptor<J>,SimpleTypeDescriptor<J>
public class BasicTypeImpl<J> extends Object implements BasicTypeDescriptor<J>, Serializable
- 作者:
- Emmanuel Bernard
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 BasicTypeImpl(Class<J> clazz, javax.persistence.metamodel.Type.PersistenceType persistenceType)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Class<J>getJavaType()javax.persistence.metamodel.Type.PersistenceTypegetPersistenceType()StringgetTypeName()The name of the type - this is Hibernate notion of the type name including non-pojo mappings, etc.-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.metamodel.model.domain.BasicDomainType
areEqual
-
-
-
-
方法详细资料
-
getPersistenceType
public javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
- 指定者:
getPersistenceType在接口中BasicDomainType<J>- 指定者:
getPersistenceType在接口中javax.persistence.metamodel.Type<J>
-
getTypeName
public String getTypeName()
从接口复制的说明:DomainTypeThe name of the type - this is Hibernate notion of the type name including non-pojo mappings, etc.- 指定者:
getTypeName在接口中DomainType<J>
-
-