Package org.hibernate.mapping
Interface AttributeContainer
-
- All Known Implementing Classes:
Join
,JoinedSubclass
,PersistentClass
,RootClass
,SingleTableSubclass
,Subclass
,UnionSubclass
public interface AttributeContainer
Defines an additional contract for PersistentClass/Join in terms of being able to contain attributes (Property). NOTE : this unifying contract is only used atm from HBM binding and so only defines the needs of that use-case.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addProperty(Property attribute)
-
-
-
Method Detail
-
addProperty
void addProperty(Property attribute)
-
-