Package org.hibernate.mapping
Interface Contributable
-
- All Known Subinterfaces:
ContributableDatabaseObject
- All Known Implementing Classes:
DenormalizedTable
,JoinedSubclass
,PersistentClass
,RootClass
,Sequence
,SingleTableSubclass
,Subclass
,Table
,TemporaryTable
,UnionSubclass
public interface Contributable
Part of the mapping model that is associated with a contributor. ORM, Envers, Search, etc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContributor()
-
-
-
Method Detail
-
getContributor
String getContributor()
-
-