|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||