T
- public class SingleObjectStore<T> extends Object
Constructor and Description |
---|
SingleObjectStore(AbstractStorageService<T> store) |
Modifier and Type | Method and Description |
---|---|
boolean |
deleteObject(T obj,
String databaseName) |
T |
getObjectByID(String id,
String databaseName) |
T |
newObject() |
boolean |
saveObject(Object obj,
String databaseName) |
public SingleObjectStore(AbstractStorageService<T> store)
public T newObject()
public boolean deleteObject(T obj, String databaseName) throws DSSException
DSSException
Copyright © 2021. All Rights Reserved.