public class KeyTupleQueryPreparer<T> extends Object
| Constructor and Description |
|---|
KeyTupleQueryPreparer(MultiIndexFieldMapper<T>[] multiIndexFieldMappers,
org.simpleflatmapper.converter.ContextFactory contextFactory,
String[] keys) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindTo(Collection<T> values,
PreparedStatement ps,
int offset) |
PreparedStatement |
prepareStatement(CharSequence sqlBase,
Connection connection,
int size) |
public KeyTupleQueryPreparer(MultiIndexFieldMapper<T>[] multiIndexFieldMappers, org.simpleflatmapper.converter.ContextFactory contextFactory, String[] keys)
public PreparedStatement prepareStatement(CharSequence sqlBase, Connection connection, int size) throws SQLException
SQLExceptionpublic void bindTo(Collection<T> values, PreparedStatement ps, int offset)
Copyright © 2020. All rights reserved.