Package org.hibernate.mapping
Interface IdentifiableTypeClass
- All Superinterfaces:
TableContainer
- All Known Implementing Classes:
JoinedSubclass,MappedSuperclass,PersistentClass,RootClass,SingleTableSubclass,Subclass,UnionSubclass
- Author:
- Steve Ebersole
-
Method Summary
Methods inherited from interface org.hibernate.mapping.TableContainer
findSecondaryTable, findTable, getSecondaryTable, getTable
-
Method Details
-
getSuperType
IdentifiableTypeClass getSuperType() -
getSubTypes
List<IdentifiableTypeClass> getSubTypes() -
getDeclaredProperties
-
getImplicitTable
Table getImplicitTable() -
applyProperty
-