Package org.hibernate.mapping
Interface AttributeContainer
- All Known Implementing Classes:
Join,JoinedSubclass,PersistentClass,RootClass,SingleTableSubclass,Subclass,UnionSubclass
public interface AttributeContainer
Identifies a mapping model object which may have attributes
(fields or properties). Abstracts over
PersistentClass and Join.- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(Property property) Add a property to thisPersistentClassorJoin.booleangetTable()
-
Method Details
-
addProperty
Add a property to thisPersistentClassorJoin. -
contains
-
getTable
Table getTable()
-