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 ContributableParts of the mapping model which are associated with a contributor (ORM, Envers, etc). The most useful aspect of this is theContributableDatabaseObjectspecialization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContributor()The name of the contributor which contributed this
-
-
-
Method Detail
-
getContributor
String getContributor()
The name of the contributor which contributed this
-
-