Package org.hibernate.mapping
Interface IdentifiableTypeClass
-
- All Superinterfaces:
TableContainer
- All Known Implementing Classes:
JoinedSubclass,MappedSuperclass,PersistentClass,RootClass,SingleTableSubclass,Subclass,UnionSubclass
public interface IdentifiableTypeClass extends TableContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyProperty(Property property)List<Property>getDeclaredProperties()TablegetImplicitTable()List<IdentifiableTypeClass>getSubTypes()IdentifiableTypeClassgetSuperType()-
Methods inherited from interface org.hibernate.mapping.TableContainer
findSecondaryTable, findTable, getSecondaryTable, getTable
-
-
-
-
Method Detail
-
getSuperType
IdentifiableTypeClass getSuperType()
-
getSubTypes
List<IdentifiableTypeClass> getSubTypes()
-
getImplicitTable
Table getImplicitTable()
-
applyProperty
void applyProperty(Property property)
-
-