Package org.eclnt.ccee.db.dofw.trace
Interface ITrace
- All Known Implementing Classes:
DefaultTrace
,SystemOutTrace
public interface ITrace
Interface for following single object manipulations inside
DOFWSql
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
traceObjectDelete
(String contextName, Object o) void
traceObjectInsert
(String contextName, Object o) void
traceObjectUpdate
(String contextName, Object from, Object to)
-
Method Details
-
traceObjectInsert
-
traceObjectUpdate
-
traceObjectDelete
-