| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.query |
| Modifier and Type | Method and Description |
|---|---|
<T> BeanIdList |
OrmQueryEngine.findIds(OrmQueryRequest<T> request)
Execute the find id's query.
|
| Modifier and Type | Method and Description |
|---|---|
BeanIdList |
CQueryFetchIds.findIds()
Execute the query returning the row count.
|
<T> BeanIdList |
CQueryEngine.findIds(OrmQueryRequest<T> request)
Build and execute the find Id's query.
|
<T> BeanIdList |
DefaultOrmQueryEngine.findIds(OrmQueryRequest<T> request) |
| Constructor and Description |
|---|
BackgroundIdFetch(SpiTransaction transaction,
ResultSet rset,
PreparedStatement pstmt,
DbReadContext ctx,
BeanDescriptor<?> beanDescriptor,
BeanIdList idList)
Create the BackgroundFetch.
|
Copyright © 2014. All Rights Reserved.