org.skyscreamer.yoga.demo.dao.inmemory
Class DemoData
java.lang.Object
org.skyscreamer.yoga.demo.dao.inmemory.DemoData
public class DemoData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
remoteData
public static final String remoteData
- See Also:
- Constant Field Values
localData
public static final String localData
- See Also:
- Constant Field Values
DemoData
public DemoData()
init
public void init()
getMap
protected <T> Map<Long,T> getMap(Class<T> type)
get
public <T> T get(Class<T> type,
long id)
getAll
public <T> Collection<T> getAll(Class<T> type)
Copyright © 2013. All Rights Reserved.