Package org.hibernate.mapping
Interface AttributeContainer
-
- All Known Implementing Classes:
Join,JoinedSubclass,PersistentClass,RootClass,SingleTableSubclass,Subclass,UnionSubclass
public interface AttributeContainerIdentifies a mapping model object which may have attributes (fields or properties). Abstracts overPersistentClassandJoin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddProperty(Property attribute)
-
-
-
Method Detail
-
addProperty
void addProperty(Property attribute)
-
-