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
public interface Attribute extends ColumnContainer, Bindable<Serializable>, Cloneable<Attribute>
Contract for a mapping attribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the name of the attributevoid
setName(String name)
Set the name of the attribute-
Methods inherited from interface org.hibernate.envers.boot.model.ColumnContainer
addColumn, addColumnsFromValue, getColumns
-
-