org.ximtec.igesture.storage
Class DefaultStorageEngine
java.lang.Object
org.ximtec.igesture.storage.DefaultStorageEngine
- All Implemented Interfaces:
- StorageEngine
- Direct Known Subclasses:
- Db4oStorageEngine, DefaultFileStorageEngine
public abstract class DefaultStorageEngine
- extends Object
- implements StorageEngine
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultStorageEngine
public DefaultStorageEngine()
load
public <T extends DataObject> List<T> load(Class<T> clazz,
String fieldName,
Object value)
- Description copied from interface:
StorageEngine
- Loads a collection of data objects
- Specified by:
load in interface StorageEngine
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.