| Interface | Description |
|---|---|
| DataControl<T> |
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.
|
| TransactionController |
| Class | Description |
|---|---|
| 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.
|
| Filter | |
| Filter.Equation | |
| Filter.Logical | |
| HashCodeHelper |
Best practice implementation for generating a hash code with a minimal amount of clashes,
but a reasonable execution time
|
| Enum | Description |
|---|---|
| Filter.Operator |
| Exception | Description |
|---|---|
| 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. |