Interface AttributeContainer
- All Known Subinterfaces:
Identifier
- All Known Implementing Classes:
AbstractIdentifier, CompositeIdentifier, DiscriminatorPersistentEntity, IdentifierRelation, Join, JoinedSubclassPersistentEntity, PersistentEntity, RootPersistentEntity, SimpleIdentifier, SubclassPersistentEntity, UnionSubclassPersistentEntity
public interface AttributeContainer
Defines a contract for the Envers mapping model in terms of being able to contain attributes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(Attribute attribute) Add an attribute to the container.
-
Method Details
-
addAttribute
Add an attribute to the container.- Parameters:
attribute- the attribute, should not benull
-