Interface IEntityManagerInterceptor
public interface IEntityManagerInterceptor
The Entity Manager Interceptor interface.
-
Method Summary
Modifier and Type Method Description ObjectonGetValueBeforeUpdate(int index, String dataType, Object value)On set value before update.ObjectonSetValueAfterQuery(Object pojo, Field field, Object value)On set value after query.
-
Method Details
-
onGetValueBeforeUpdate
On set value before update.- Parameters:
index- the indexdataType- the data typevalue- the value- Returns:
- the object
-
onSetValueAfterQuery
On set value after query.- Parameters:
pojo- the pojofield- the fieldvalue- the value- Returns:
- the object
-