| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.query |
| Modifier and Type | Method and Description |
|---|---|
Object |
RelationalQueryEngine.findMany(RelationalQueryRequest request)
Find a list of beans using relational query.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultRelationalQueryEngine.findMany(RelationalQueryRequest request) |
protected SqlRow |
DefaultRelationalQueryEngine.readRow(RelationalQueryRequest request,
ResultSet rset,
String[] propNames,
int initialCapacity)
Read the row from the ResultSet and return as a MapBean.
|
| Constructor and Description |
|---|
BeanCollectionWrapper(RelationalQueryRequest request) |
Copyright © 2014. All Rights Reserved.