T
- public interface IStore<T>
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Method and Description |
---|---|
void |
delete(T object)
Remove an object from storage.
|
Iterator<T> |
find(Map<String,Object> criteria)
Search for objects that meet the specified criteria.
|
T |
load(String id)
Load an object by its id.
|
String |
save(T object)
Store an object.
|
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–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.