Interface ColumnContainer

    • Method Detail

      • getColumns

        List<Column> getColumns()
        Get all columns that are part of this property
        Returns:
        unmodifiable list of property columns
      • addColumn

        void addColumn​(Column column)
        Add a column to the container.
        Parameters:
        column - the column, must not be null
      • addColumnsFromValue

        default void addColumnsFromValue​(Value value)
        Takes a Value and injects its columns into the Envers container mapping.
        Parameters:
        value - the value mapping