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 void
applyProperty(Property property)
List<Property>
getDeclaredProperties()
Table
getImplicitTable()
List<IdentifiableTypeClass>
getSubTypes()
IdentifiableTypeClass
getSuperType()
-
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)
-
-