Interface ChangeListener
-
public interface ChangeListener
A 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 void
objectInserted(String queryName, String entityName, String transactionId, String rowId)
void
objectUpdated(String queryName, String entityName, String transactionId, String rowId)
void
register()
void
unregister()
-