|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.biobytes.ammentos.cache.FrameworkCache
public class FrameworkCache
| Constructor Summary | |
|---|---|
FrameworkCache()
Creates a new instance of FrameworkCache |
|
| Method Summary | ||
|---|---|---|
|
lookup(java.lang.Class<T> c,
java.lang.Object primaryKey)
|
|
void |
remove(java.lang.Object obj)
|
|
|
store(T obj)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameworkCache()
| Method Detail |
|---|
public <T> T lookup(java.lang.Class<T> c,
java.lang.Object primaryKey)
public <T> void store(T obj)
throws PersistenceException
PersistenceException
public void remove(java.lang.Object obj)
throws PersistenceException
PersistenceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||