Package org.hibernate.boot.jaxb.hbm.spi
Interface SubEntityInfo
-
- All Superinterfaces:
EntityInfo
,ResultSetMappingContainer
,ToolingHintContainer
- All Known Implementing Classes:
JaxbHbmDiscriminatorSubclassEntityType
,JaxbHbmJoinedSubclassEntityType
,JaxbHbmUnionSubclassEntityType
public interface SubEntityInfo extends EntityInfo
Common interface for all sub-entity mappings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExtends()
-
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 Detail
-
getExtends
String getExtends()
-
-