net.sf.jso.schema
Interface SchemaProxy

All Superinterfaces:
SchemaCache
All Known Implementing Classes:
JSOSchemaProxy

public interface SchemaProxy
extends SchemaCache

Proxy for a schema manager.


Method Summary
 StorableClass getStorableClass(java.lang.Class aClass)
          Returns a class' corresponding storable class from schema, if not in cache.
 
Methods inherited from interface net.sf.jso.schema.SchemaCache
get, invalidade, put
 

Method Detail

getStorableClass

public StorableClass getStorableClass(java.lang.Class aClass)
                               throws StorageException
Returns a class' corresponding storable class from schema, if not in cache.

Parameters:
aClass - The class to which the corresponding storable class should be returned.
Returns:
The class' corresponding storable class.
Throws:
StorageException