Uses of Interface
com.googlecode.jpattern.orm.session.IGeneratedKeyReader

Packages that use IGeneratedKeyReader
com.googlecode.jpattern.orm.query   
com.googlecode.jpattern.orm.query.sql   
com.googlecode.jpattern.orm.session   
com.googlecode.jpattern.orm.session.datasource   
com.googlecode.jpattern.orm.session.jdbctemplate   
 

Uses of IGeneratedKeyReader in com.googlecode.jpattern.orm.query
 

Methods in com.googlecode.jpattern.orm.query with parameters of type IGeneratedKeyReader
 ISqlUpdate ISqlExecutor.update(String sql, IGeneratedKeyReader generatedKeyReader, Object... args)
          Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters.
 ISqlUpdate SqlExecutor.update(String sql, IGeneratedKeyReader generatedKeyReader, Object... args)
           
 

Uses of IGeneratedKeyReader in com.googlecode.jpattern.orm.query.sql
 

Constructors in com.googlecode.jpattern.orm.query.sql with parameters of type IGeneratedKeyReader
SqlUpdateGKReader(ISessionSqlPerformer session, String sql, IGeneratedKeyReader generatedKeyReader, Object[] args)
           
 

Uses of IGeneratedKeyReader in com.googlecode.jpattern.orm.session
 

Classes in com.googlecode.jpattern.orm.session that implement IGeneratedKeyReader
 class NullGeneratedKeyExtractor
           
 

Methods in com.googlecode.jpattern.orm.session with parameters of type IGeneratedKeyReader
 int NullSqlExecutor.update(String sql, IGeneratedKeyReader generatedKeyExtractor, Object... args)
           
 int ISqlPerformer.update(String sql, IGeneratedKeyReader generatedKeyReader, Object... args)
          Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters.
 

Uses of IGeneratedKeyReader in com.googlecode.jpattern.orm.session.datasource
 

Methods in com.googlecode.jpattern.orm.session.datasource with parameters of type IGeneratedKeyReader
 int DataSourceSqlPerformer.update(String sql, IGeneratedKeyReader generatedKeyExtractor, Object... args)
           
 

Uses of IGeneratedKeyReader in com.googlecode.jpattern.orm.session.jdbctemplate
 

Methods in com.googlecode.jpattern.orm.session.jdbctemplate with parameters of type IGeneratedKeyReader
 int JdbcTemplateSqlPerformer.update(String sql, IGeneratedKeyReader generatedKeyReader, Object... args)
           
 



Copyright © 2011. All Rights Reserved.