Package org.hibernate.envers.boot.model
Interface Identifier
-
- All Superinterfaces:
AttributeContainer
,Bindable<Serializable>
- All Known Implementing Classes:
AbstractIdentifier
,CompositeIdentifier
,SimpleIdentifier
public interface Identifier extends AttributeContainer, Bindable<Serializable>
Common contract for an identifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Attribute>
getAttributes()
Get the collection of property attributes.String
getName()
Get the property name.-
Methods inherited from interface org.hibernate.envers.boot.model.AttributeContainer
addAttribute
-
-