Package org.hibernate.boot.jaxb.hbm.spi
Interface SubEntityInfo
- All Superinterfaces:
EntityInfo
,ResultSetMappingContainer
,ToolingHintContainer
- All Known Implementing Classes:
JaxbHbmDiscriminatorSubclassEntityType
,JaxbHbmJoinedSubclassEntityType
,JaxbHbmUnionSubclassEntityType
Common interface for all sub-entity mappings.
-
Method Summary
Methods inherited from interface 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
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
Method Details
-
getExtends
String getExtends()
-