| Delete<S extends StorageSession,A> |
Delete storage operation, this is a operation of data manipulating and supports manipulate
many instance in the same time.
|
| Insert<S extends StorageSession,A> |
Insert storage operation.
|
| ManipulationDataAction<S extends StorageSession,A> |
|
| ResultSet<O> |
This object is the result for all the queries executed using the storage layer.
|
| Select<S extends StorageSession,O> |
Select storage operation.
|
| StorageAction<S extends StorageSession> |
This class is the base class for all the possible operations
over data storage session.
|
| Update<S extends StorageSession,A> |
Update storage action, this is a operation of data manipulating and supports manipulate
many instance in the same time.
|