Package org.hibernate.envers.boot.model
Interface Identifier
- All Superinterfaces:
AttributeContainer
,Bindable<Serializable>
- All Known Implementing Classes:
AbstractIdentifier
,CompositeIdentifier
,SimpleIdentifier
Common contract for an identifier.
-
Method Summary
Modifier and TypeMethodDescriptionGet the collection of property attributes.getName()
Get the property name.Methods inherited from interface org.hibernate.envers.boot.model.AttributeContainer
addAttribute
-
Method Details
-
getName
String getName()Get the property name.- Returns:
- the property name
-
getAttributes
Get the collection of property attributes.- Returns:
- unmodifiable list of attributes
-