Uses of Class
org.ephman.abra.database.FactoryBase

Packages that use FactoryBase
org.ephman.abra.database   
 

Uses of FactoryBase in org.ephman.abra.database
 

Subclasses of FactoryBase in org.ephman.abra.database
 class EndDateFactoryBase
           
 

Fields in org.ephman.abra.database declared as FactoryBase
(package private)  FactoryBase ViewLookup.factory
           
 

Methods in org.ephman.abra.database that return FactoryBase
 FactoryBase ViewLookup.getFactory()
           
 

Methods in org.ephman.abra.database with parameters of type FactoryBase
protected  java.util.Vector ManyToManyFactoryBase.executeQuery(DatabaseSession dbSess, java.lang.String query, int oid, FactoryBase fact)
           
static java.lang.reflect.Method ViewLookup.getRipMethod(java.lang.String ripperName, FactoryBase factory)
          provide the factories with a better way of exception handling so that they don't have to throw exception
 

Constructors in org.ephman.abra.database with parameters of type FactoryBase
ViewLookup(java.lang.String sql, java.lang.String ripperName, FactoryBase factory)
          use ripperName and factory to get the Method using reflection then call ViewLookup (String, Method, FactoryBase)
ViewLookup(java.lang.String sql, java.lang.reflect.Method ripper, FactoryBase factory)
          create a view lookup to execute and rip correctly