Module io.ebean.api

Interface ChangeLogRegister


public interface ChangeLogRegister
Used to assign ChangeLogFilters to bean types.

Ebean has a built in implementation that uses the ChangeLog annotation to build appropriate ChangeLogFilters but you can provide an implementation to use instead.

  • Method Summary

    Modifier and Type
    Method
    Description
    getChangeFilter(Class<?> beanType)
    For the given bean type return the Change log filter to use.
  • Method Details

    • getChangeFilter

      ChangeLogFilter getChangeFilter(Class<?> beanType)
      For the given bean type return the Change log filter to use.

      This filter provides control over which persist request are included in the change log.