Expresso 5-6

com.jcorporate.expresso.core.dbobj
Class SchemaFactory

java.lang.Object
  extended bycom.jcorporate.expresso.core.dbobj.SchemaFactory

public final class SchemaFactory
extends Object

Schemas are a batch of singletons, as such, there should only be one instance.

Author:
Michael Rimov

Constructor Summary
protected SchemaFactory()
           
 
Method Summary
 String getDataContext()
           
static SchemaFactory getInstance()
           
 Schema getSchema(String className)
           
 void setDataContext(String dataContext)
           
 void setRequestingUser(int uid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaFactory

protected SchemaFactory()
Method Detail

getInstance

public static SchemaFactory getInstance()

getSchema

public Schema getSchema(String className)

getDataContext

public String getDataContext()

setDataContext

public void setDataContext(String dataContext)

setRequestingUser

public void setRequestingUser(int uid)

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.