Uses of Interface
org.hydrateframework.QueryRunner.Observer

Packages that use QueryRunner.Observer
org.hydrateframework   
 

Uses of QueryRunner.Observer in org.hydrateframework
 

Classes in org.hydrateframework that implement QueryRunner.Observer
 class ObjectIndexer
          This class maintains a list of HydrateObjects that satisfy a certain criteria.
static class QueryRunner.GetSingleObject
          This is a BuildObjects callback interface that retrieves a single object of a particular type from a query.
 

Methods in org.hydrateframework with parameters of type QueryRunner.Observer
 void QueryRunner.build(java.sql.Connection conn, java.lang.String sql, QueryRunner.Observer sink)
           
 void QueryRunner.build(java.sql.PreparedStatement stmt, QueryRunner.Observer sink)
          Build objects from a query.
 void QueryRunner.build(RequestContext rc, Assembler bld, Constraint qd, java.lang.String prmNm, QueryRunner.Observer sink)
          Build objects using the installed object factory.
 void QueryRunner.iterateResultSet(QueryRunner.Observer sink)
           
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.