Package net.ontopia.persistence.proxy
Interface FlushableIF
- All Known Implementing Classes:
SQLBatchManyToManyReference,SQLBatchObjectAccess,SQLBatchOneToManyAggregate,SQLBatchOneToManyReference,SQLBatchOneToOne
public interface FlushableIF
INTERNAL: Interface implemented by data repository accessors that
needs to be informed when changes to the repository needs to be
performed.
This interface can thus be used to implement optimized data repository access.
-
Method Summary
-
Method Details
-
flush
INTERNAL: Tells the object to flush itself.- Throws:
Exception
-