Uses of Class
org.hcjf.layers.storage.StorageSession
-
Packages that use StorageSession Package Description org.hcjf.layers.storage org.hcjf.layers.storage.actions -
-
Uses of StorageSession in org.hcjf.layers.storage
Classes in org.hcjf.layers.storage with type parameters of type StorageSession Modifier and Type Class Description classStorageLayer<S extends StorageSession>Base class to make a storage implementation.interfaceStorageLayerInterface<S extends StorageSession>This kind of layers provides a interface with a storage implementation. -
Uses of StorageSession in org.hcjf.layers.storage.actions
Classes in org.hcjf.layers.storage.actions with type parameters of type StorageSession Modifier and Type Class Description classDelete<S extends StorageSession,A>Delete storage operation, this is a operation of data manipulating and supports manipulate many instance in the same time.classInsert<S extends StorageSession,A>Insert storage operation.classManipulationDataAction<S extends StorageSession,A>classSelect<S extends StorageSession,O>Select storage operation.classStorageAction<S extends StorageSession>This class is the base class for all the possible operations over data storage session.classUpdate<S extends StorageSession,A>Update storage action, this is a operation of data manipulating and supports manipulate many instance in the same time.
-