Package org.hibernate.envers.boot.model
Interface AttributeContainer
-
- All Known Subinterfaces:
Identifier
- All Known Implementing Classes:
AbstractIdentifier,CompositeIdentifier,DiscriminatorPersistentEntity,IdentifierRelation,Join,JoinedSubclassPersistentEntity,PersistentEntity,RootPersistentEntity,SimpleIdentifier,SubclassPersistentEntity,UnionSubclassPersistentEntity
public interface AttributeContainerDefines a contract for the Envers mapping model in terms of being able to contain attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAttribute(Attribute attribute)Add an attribute to the container.
-
-
-
Method Detail
-
addAttribute
void addAttribute(Attribute attribute)
Add an attribute to the container.- Parameters:
attribute- the attribute, should not benull
-
-