Uses of Class
org.tranql.cache.GlobalSchema

Packages that use GlobalSchema
org.tranql.builder   
org.tranql.dynamicquery   
org.tranql.ejbqlcompiler   
org.tranql.sql   
 

Uses of GlobalSchema in org.tranql.builder
 

Fields in org.tranql.builder declared as GlobalSchema
protected  GlobalSchema StaticCommandBuilder.globalSchema
           
 

Constructors in org.tranql.builder with parameters of type GlobalSchema
SQLQueryBuilder(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema cacheSchema)
           
DynamicCommandBuilder(java.lang.String name, EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
StaticCommandBuilder(java.lang.String name, EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
IdentityDefinerBuilder(EJBSchema ejbSchema, GlobalSchema globalSchema)
           
GlobalSchemaBuilder(GlobalSchema globalSchema, EJBSchema ejbSchema, SQLSchema sqlSchema)
           
 

Uses of GlobalSchema in org.tranql.dynamicquery
 

Constructors in org.tranql.dynamicquery with parameters of type GlobalSchema
BasicQueryManager(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 

Uses of GlobalSchema in org.tranql.ejbqlcompiler
 

Methods in org.tranql.ejbqlcompiler with parameters of type GlobalSchema
 EJBQLCompilerFactory.EJBQLCompiler DB2EJBQLCompilerFactory.factoryEJBQLCompiler(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 EJBQLCompilerFactory.EJBQLCompiler DerbyEJBQLCompilerFactory.factoryEJBQLCompiler(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 EJBQLCompilerFactory.EJBQLCompiler OracleEJBQLCompilerFactory.factoryEJBQLCompiler(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 

Uses of GlobalSchema in org.tranql.sql
 

Methods in org.tranql.sql with parameters of type GlobalSchema
 EJBQLCompilerFactory.EJBQLCompiler EJBQLCompilerFactory.factoryEJBQLCompiler(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 

Constructors in org.tranql.sql with parameters of type GlobalSchema
EJBQLToPhysicalQuery(EJBSchema ejbSchema, SQLSchema sqlSchema, GlobalSchema globalSchema)
           
 



Copyright © -2006 The Codehaus. All Rights Reserved.