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
 void flush()
          INTERNAL: Tells the object to flush itself.
 

Method Detail

flush

void flush()
           throws java.lang.Exception
INTERNAL: Tells the object to flush itself.

Throws:
java.lang.Exception


Copyright © 2000-2012 Ontopia.