Holger's
Java API

Uses of Interface
com.antelmann.sql.ObjectRowMapper

Packages that use ObjectRowMapper
com.antelmann.sql This package contains classes to ease JDBC development. 
 

Uses of ObjectRowMapper in com.antelmann.sql
 

Classes in com.antelmann.sql that implement ObjectRowMapper
 class BaseRowMapper<T extends Resource>
          serves as a base class for implementations of ObjectRowMapper.
 

Fields in com.antelmann.sql declared as ObjectRowMapper
protected  ObjectRowMapper<T> JDBCRowProxy.mapper
           
 

Methods in com.antelmann.sql that return ObjectRowMapper
 ObjectRowMapper<T> JDBCRowProxy.getMapper()
           
 

Constructors in com.antelmann.sql with parameters of type ObjectRowMapper
JDBCRowProxy(Database<Connection> database, ObjectRowMapper<T> mapper)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads