net.sf.saffron.ext
Class ObjectSchema

java.lang.Object
  |
  +--net.sf.saffron.ext.ObjectSchema
All Implemented Interfaces:
SaffronSchema

public abstract class ObjectSchema
extends Object
implements SaffronSchema

ObjectSchema implements SaffronSchema by calling Java methods.

Since:
8 February, 2002
Version:
$Id: //open/saffron/src/net/sf/saffron/ext/ObjectSchema.java#2 $
Author:
jhyde

Constructor Summary
ObjectSchema()
           
 
Method Summary
 Object contentsAsArray(String qualifier, String tableName)
           
static SaffronSchema getSaffronSchemaStatic()
           
static TestSuite suite()
          Creates a test suite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.saffron.core.SaffronSchema
getTableForMember, getTypeFactory, registerRules
 

Constructor Detail

ObjectSchema

public ObjectSchema()
Method Detail

getSaffronSchemaStatic

public static SaffronSchema getSaffronSchemaStatic()

contentsAsArray

public Object contentsAsArray(String qualifier,
                              String tableName)

suite

public static TestSuite suite()
                       throws Exception
Creates a test suite.

Exception

SourceForge.net_Logo