-
public interface ChangeListenerA ChangeListener is used to extend a PersistenceContext to react to database sent change events.- Author:
- tware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidobjectInserted(String queryName, String entityName, String transactionId, String rowId)voidobjectUpdated(String queryName, String entityName, String transactionId, String rowId)voidregister()voidunregister()
-