接口 SubEntityInfo
-
- 所有超级接口:
EntityInfo,ToolingHintContainer
- 所有已知实现类:
JaxbHbmDiscriminatorSubclassEntityType,JaxbHbmJoinedSubclassEntityType,JaxbHbmUnionSubclassEntityType
public interface SubEntityInfo extends EntityInfo
Common interface for all sub-entity mappings.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetExtends()-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.EntityInfo
getAttributes, getBatchSize, getEntityName, getFetchProfile, getLoader, getName, getPersister, getProxy, getQuery, getResultset, getSqlDelete, getSqlInsert, getSqlQuery, getSqlUpdate, getSynchronize, getTuplizer, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
方法详细资料
-
getExtends
String getExtends()
-
-