|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jso.schema.JSOSchemaCache
net.sf.jso.schema.JSOSchemaProxy
Proxy for a schema manager.
Constructor Summary | |
JSOSchemaProxy(SchemaManager aSchema)
Constructs schema proxy. |
Method Summary | |
StorableClass |
getStorableClass(java.lang.Class aClass)
Returns a class' corresponding storable class from schema, if not in cache. |
Methods inherited from class net.sf.jso.schema.JSOSchemaCache |
get, invalidade, put |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jso.schema.SchemaCache |
get, invalidade, put |
Constructor Detail |
public JSOSchemaProxy(SchemaManager aSchema)
aSchema
- Schema manager to be used.Method Detail |
public StorableClass getStorableClass(java.lang.Class aClass) throws StorageException
getStorableClass
in interface SchemaProxy
aClass
- The class to which the corresponding storable class should be
returned.
StorageException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |