Package org.hibernate.envers.boot.model
Interface Attribute
- All Superinterfaces:
Bindable<Serializable>
,Cloneable<Attribute>
,ColumnContainer
- All Known Subinterfaces:
PluralAttribute
,SingularAttribute
- All Known Implementing Classes:
BasicAttribute
,ManyToOneAttribute
,SetAttribute
Contract for a mapping attribute.
-
Method Summary
Methods inherited from interface org.hibernate.envers.boot.model.ColumnContainer
addColumn, addColumnsFromValue, getColumns
-
Method Details
-
getName
String getName()Get the name of the attribute- Returns:
- the attribute's name
-
setName
Set the name of the attribute- Parameters:
name
- the attribute's name
-