© 2006-2007 ETH Zurich

org.ximtec.igesture.storage
Class DefaultStorageEngine

java.lang.Object
  extended by org.ximtec.igesture.storage.DefaultStorageEngine
All Implemented Interfaces:
StorageEngine
Direct Known Subclasses:
Db4oStorageEngine, DefaultFileStorageEngine

public abstract class DefaultStorageEngine
extends Object
implements StorageEngine


Constructor Summary
DefaultStorageEngine()
           
 
Method Summary
<T extends DataObject>
List<T>
load(Class<T> clazz, String fieldName, Object value)
          Loads a collection of data objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ximtec.igesture.storage.StorageEngine
commit, copyTo, dispose, load, load, remove, store, update
 

Constructor Detail

DefaultStorageEngine

public DefaultStorageEngine()
Method Detail

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

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.