接口 MappedSuperclassTypeDescriptor<J>
-
- 所有超级接口:
DomainType<J>,DomainTypeDescriptor<J>,IdentifiableDomainType<J>,javax.persistence.metamodel.IdentifiableType<J>,IdentifiableTypeDescriptor<J>,ManagedDomainType<J>,javax.persistence.metamodel.ManagedType<J>,ManagedTypeDescriptor<J>,MappedSuperclassDomainType<J>,javax.persistence.metamodel.MappedSuperclassType<J>,SimpleDomainType<J>,SimpleTypeDescriptor<J>,javax.persistence.metamodel.Type<J>
- 所有已知实现类:
MappedSuperclassTypeImpl
public interface MappedSuperclassTypeDescriptor<J> extends MappedSuperclassDomainType<J>, IdentifiableTypeDescriptor<J>
Hibernate extension to the JPAMappedSuperclassTypedescriptor- 作者:
- 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
-
-