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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush()
INTERNAL: Tells the object to flush itself.
-