Modifier and Type | Method and Description |
---|---|
<T,R> T |
Repository.get(Queryable queryable,
ResultRow<T,R> customResultRow)
Get one object instance from repository using a query.
|
<T,R> List<T> |
Repository.list(Queryable queryable,
ResultRow<T,R> customResultRow)
Retrieve a set of objects
T from repository using a query. |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,com.datastax.driver.core.Row> |
CassandraPreparedStatementAdapter.with(ResultRow<T,com.datastax.driver.core.Row> resultRow) |
StatementAdapter<T,com.datastax.driver.core.Row> |
CassandraStatementAdapter.with(ResultRow<T,com.datastax.driver.core.Row> resultRow) |
Modifier and Type | Field and Description |
---|---|
protected ResultRow<?,?> |
DefaultCommandHandler.overloadResultRow |
Modifier and Type | Method and Description |
---|---|
<T,R> Command |
CommandAdapter.asSelectCommand(Queryable queryable,
ResultRow<T,R> overloadResultRow) |
CommandHandler |
CommandHandler.with(ResultRow<?,?> customResultRow)
Configure the life-cycle with a custom result parser rows of query.
|
CommandHandler |
DefaultCommandHandler.with(ResultRow<?,?> overloadResultRow) |
CommandHandler |
NoCommandHandler.with(ResultRow<?,?> overloadResultRow) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,String> |
CouchDbStatementAdapter.with(ResultRow<T,String> resultRow) |
Modifier and Type | Method and Description |
---|---|
<T,R> Command |
JdbcConnectionAdapter.asSelectCommand(Queryable queryable,
ResultRow<T,R> overloadResultRow) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,ResultSet> |
JdbcPreparedStatementAdapter.with(ResultRow<T,ResultSet> resultRow) |
Modifier and Type | Method and Description |
---|---|
<T,R> Command |
JpaCommandAdapter.asSelectCommand(Queryable queryable,
ResultRow<T,R> overloadResultRow) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,ResultSet> |
JpaStatementAdapter.with(ResultRow<T,ResultSet> resultRow) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,R> |
StatementAdapter.with(ResultRow<T,R> resultRow)
result row
|
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.