Package muntjac :: Package data :: Module buffered
[hide private]
[frames] | no frames]

Module buffered

source code

Defines the interface to commit and discard changes to an object.

Classes [hide private]
  IBuffered
Defines the interface to commit and discard changes to an object, supporting read-through and write-through modes.
  SourceException
An exception that signals that one or more exceptions occurred while a buffered object tried to access its data source or if there is a problem in processing a data source.
  IBufferedValidatable
This interface defines the combination of IValidatable and IBuffered interfaces.