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 Type
    Method
    Description
    void
    Add an attribute to the container.
  • Method Details

    • addAttribute

      void addAttribute(Attribute attribute)
      Add an attribute to the container.
      Parameters:
      attribute - the attribute, should not be null