Package org.hibernate.mapping
Interface Contributable
-
- All Known Subinterfaces:
ContributableDatabaseObject
,UserDefinedType
- All Known Implementing Classes:
AbstractUserDefinedType
,DenormalizedTable
,JoinedSubclass
,PersistentClass
,RootClass
,Sequence
,SingleTableSubclass
,Subclass
,Table
,TemporaryTable
,UnionSubclass
,UserDefinedArrayType
,UserDefinedObjectType
public interface Contributable
Parts of the mapping model which are associated with a contributor (ORM, Envers, etc). The most useful aspect of this is theContributableDatabaseObject
specialization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContributor()
The name of the contributor which contributed this
-
-
-
Method Detail
-
getContributor
String getContributor()
The name of the contributor which contributed this
-
-