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 the
ContributableDatabaseObject
specialization.-
Method Summary
Modifier and TypeMethodDescriptionThe name of the contributor which contributed this
-
Method Details
-
getContributor
String getContributor()The name of the contributor which contributed this
-