Uses of Class
org.hcjf.layers.storage.actions.StorageAction
-
Packages that use StorageAction Package Description org.hcjf.layers.storage.actions -
-
Uses of StorageAction in org.hcjf.layers.storage.actions
Subclasses of StorageAction in org.hcjf.layers.storage.actions 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.classUpdate<S extends StorageSession,A>Update storage action, this is a operation of data manipulating and supports manipulate many instance in the same time.
-