接口 EntityTypeDescriptor<J>
-
- 所有超级接口:
javax.persistence.metamodel.Bindable<J>,DomainType<J>,DomainTypeDescriptor<J>,EntityDomainType<J>,javax.persistence.metamodel.EntityType<J>,IdentifiableDomainType<J>,javax.persistence.metamodel.IdentifiableType<J>,IdentifiableTypeDescriptor<J>,ManagedDomainType<J>,javax.persistence.metamodel.ManagedType<J>,ManagedTypeDescriptor<J>,SimpleDomainType<J>,SimpleTypeDescriptor<J>,javax.persistence.metamodel.Type<J>
- 所有已知实现类:
EntityTypeImpl
public interface EntityTypeDescriptor<J> extends EntityDomainType<J>, IdentifiableTypeDescriptor<J>
Hibernate extension to the JPAEntityTypedescriptor- 作者:
- Steve Ebersole
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
IdentifiableTypeDescriptor.InFlightAccess<X>
-
-
方法概要
-
从接口继承的方法 org.hibernate.metamodel.model.domain.DomainType
getTypeName
-
从接口继承的方法 javax.persistence.metamodel.IdentifiableType
getIdClassAttributes, hasSingleIdAttribute, hasVersionAttribute
-
从接口继承的方法 org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
collectIdClassAttributes, getDeclaredId, getDeclaredVersion, getId, getIdType, getInFlightAccess, getSupertype, getSuperType, getVersion, hasIdClass, locateIdAttribute, locateVersionAttribute, visitIdClassAttributes
-
从接口继承的方法 javax.persistence.metamodel.ManagedType
getAttributes, getDeclaredAttributes, getDeclaredPluralAttributes, getDeclaredSingularAttributes, getPluralAttributes, getSingularAttributes
-
从接口继承的方法 org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
findAttribute, findDeclaredAttribute, findSubType, findSubType, getAttribute, getCollection, getCollection, getDeclaredAttribute, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDefaultGraph, getList, getList, getMap, getMap, getName, getPluralAttribute, getSet, getSet, getSingularAttribute, getSingularAttribute, makeSubGraph, makeSubGraph
-
-