saffron.ext
Class ObjectSchema

java.lang.Object
  |
  +--saffron.ext.ObjectSchema
All Implemented Interfaces:
Schema

public abstract class ObjectSchema
extends Object
implements Schema

ObjectSchema implements Schema by calling Java methods.

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

Constructor Summary
ObjectSchema()
           
 
Method Summary
 Object contentsAsArray(String tableName)
           
static Schema getSchemaStatic()
           
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 saffron.Schema
getTableForMember, getTableForMethodCall, getTypeFactory, registerRules
 

Constructor Detail

ObjectSchema

public ObjectSchema()
Method Detail

contentsAsArray

public Object contentsAsArray(String tableName)

getSchemaStatic

public static Schema getSchemaStatic()

suite

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

Exception

SourceForge.net_Logo