public class DefaultRelationalQueryEngine extends Object implements RelationalQueryEngine
| Constructor and Description |
|---|
DefaultRelationalQueryEngine(Binder binder,
String dbTrueValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
findMany(RelationalQueryRequest request)
Find a list of beans using relational query.
|
protected String[] |
getPropertyNames(ResultSet rset)
Build the list of property names.
|
protected SqlRow |
readRow(RelationalQueryRequest request,
ResultSet rset,
String[] propNames,
int initialCapacity)
Read the row from the ResultSet and return as a MapBean.
|
public Object findMany(RelationalQueryRequest request)
RelationalQueryEnginefindMany in interface RelationalQueryEngineprotected String[] getPropertyNames(ResultSet rset) throws SQLException
SQLExceptionprotected SqlRow readRow(RelationalQueryRequest request, ResultSet rset, String[] propNames, int initialCapacity) throws SQLException
SQLExceptionCopyright © 2014. All Rights Reserved.