Uses of Class
org.tranql.ejb.EJBSchema

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

Uses of EJBSchema in org.tranql.builder
 

Fields in org.tranql.builder declared as EJBSchema
protected  EJBSchema StaticCommandBuilder.ejbSchema
           
 

Methods in org.tranql.builder that return EJBSchema
 EJBSchema IdentityDefinerBuilder.getEJBSchema()
           
 

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

Uses of EJBSchema in org.tranql.dynamicquery
 

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

Uses of EJBSchema in org.tranql.ejbqlcompiler
 

Methods in org.tranql.ejbqlcompiler with parameters of type EJBSchema
 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 EJBSchema in org.tranql.sql
 

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

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



Copyright © -2010 The Codehaus. All Rights Reserved.