Package org.brains2b.data

Interface Summary
DataControl Interface DataControl
DataController Interface for a general Controller to use for all different data objects.
OptimisticLock Interface that defines the methods used for optimistic locking.
 

Class Summary
Condition Abstract class defining a condition on a datastore.
DataHelper DateHelper is a Library class which provides method(s) which provide support for working with data objects.
Reference Default implementation of EntryImpl
 

Exception Summary
CopyException Exception used when copying data from one data object to another.
DataException Implementation of Exception for future use as default Exception in DataControl and DataController as replacement for the java.lang.Exception which is used in current versions.