public class EntityTypeImpl<X> extends AbstractIdentifiableType<X> implements javax.persistence.metamodel.EntityType<X>, Serializable
EntityType contract.AbstractManagedType.Builder<X>| 构造器和说明 |
|---|
EntityTypeImpl(Class javaType,
AbstractIdentifiableType<? super X> superType,
PersistentClass persistentClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<X> |
getBindableJavaType() |
javax.persistence.metamodel.Bindable.BindableType |
getBindableType() |
String |
getName() |
javax.persistence.metamodel.Type.PersistenceType |
getPersistenceType() |
getDeclaredId, getDeclaredVersion, getDeclaredVersion, getId, getIdClassAttributes, getIdClassAttributesSafely, getIdType, getSupertype, getVersion, hasIdClass, hasSingleIdAttribute, hasVersionAttribute, internalGetIdgetAttribute, getAttributes, getBuilder, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes, isPrimitiveVariant, lockgetJavaType, getTypeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttributegetAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributespublic EntityTypeImpl(Class javaType, AbstractIdentifiableType<? super X> superType, PersistentClass persistentClass)
public javax.persistence.metamodel.Bindable.BindableType getBindableType()
getBindableType 在接口中 javax.persistence.metamodel.Bindable<X>public Class<X> getBindableJavaType()
getBindableJavaType 在接口中 javax.persistence.metamodel.Bindable<X>public javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
getPersistenceType 在接口中 javax.persistence.metamodel.Type<X>Copyright © 2019. All rights reserved.