Interface IEntityManagerInterceptor


public interface IEntityManagerInterceptor
The Entity Manager Interceptor interface.
  • Method Details

    • onGetValueBeforeUpdate

      Object onGetValueBeforeUpdate​(int index, String dataType, Object value)
      On set value before update.
      Parameters:
      index - the index
      dataType - the data type
      value - the value
      Returns:
      the object
    • onSetValueAfterQuery

      Object onSetValueAfterQuery​(Object pojo, Field field, Object value)
      On set value after query.
      Parameters:
      pojo - the pojo
      field - the field
      value - the value
      Returns:
      the object