T
- public interface IStore<T>
extends org.apache.wicket.IClusterable
Iterator<T> find(Map<String,Object> criteria) throws StoreException
criteria
- StoreException
T load(String id) throws StoreException
id
- StoreException
String save(T object) throws StoreException
object
- StoreException
void delete(T object) throws StoreException
object
- StoreException
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.