Modifier and Type | Class and Description |
---|---|
class |
CassandraSequenceGeneratedKey
Call an database sequence and put the value into parameter object from
Queryable |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,com.datastax.driver.core.Row> |
CassandraPreparedStatementAdapter.with(AutoKey generateKey) |
StatementAdapter<T,com.datastax.driver.core.Row> |
CassandraStatementAdapter.with(AutoKey generateKey) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,String> |
CouchDbStatementAdapter.with(AutoKey generateKey) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcAutoGeneratedKey
Call an database sequence and put the value into parameter object from
Queryable |
class |
JdbcSequenceGeneratedKey
Call an database sequence and put the value into parameter object from
Queryable |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,ResultSet> |
JdbcPreparedStatementAdapter.with(AutoKey autoKey) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,ResultSet> |
JpaStatementAdapter.with(AutoKey generateKey) |
Modifier and Type | Method and Description |
---|---|
StatementAdapter<T,R> |
StatementAdapter.with(AutoKey generateKey) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.