| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.loadcontext | |
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
List<OrmQueryProperties> |
SpiQuery.removeLazyJoins()
Remove the lazy joins from query detail.
|
List<OrmQueryProperties> |
SpiQuery.removeQueryJoins()
Remove the query joins from query detail.
|
| Modifier and Type | Field and Description |
|---|---|
protected OrmQueryProperties |
DLoadBaseContext.queryProps |
| Constructor and Description |
|---|
DLoadBaseContext(DLoadContext parent,
BeanDescriptor<?> desc,
String path,
int defaultBatchSize,
OrmQueryProperties queryProps) |
DLoadBeanContext(DLoadContext parent,
BeanDescriptor<?> desc,
String path,
int defaultBatchSize,
OrmQueryProperties queryProps) |
DLoadManyContext(DLoadContext parent,
BeanPropertyAssocMany<?> property,
String path,
int defaultBatchSize,
OrmQueryProperties queryProps) |
| Modifier and Type | Method and Description |
|---|---|
OrmQueryProperties |
OrmQueryDetail.addFetch(String path,
String partialProps,
FetchConfig fetchConfig)
Set the fetch properties and configuration for a given path.
|
OrmQueryProperties |
OrmQueryProperties.copy()
Creates a copy of the OrmQueryProperties.
|
OrmQueryProperties |
OrmQueryDetail.getChunk(String path,
boolean create) |
OrmQueryProperties |
OrmQueryProperties.setLazyFetchBatch(int lazyFetchBatch)
Set the lazy loading batch size.
|
OrmQueryProperties |
OrmQueryProperties.setQueryFetch(int batch,
boolean queryFetchAll) |
OrmQueryProperties |
OrmQueryProperties.setQueryFetchAll(boolean queryFetchAll) |
OrmQueryProperties |
OrmQueryProperties.setQueryFetchBatch(int queryFetchBatch)
Used to convert this join to a query join.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrmQueryProperties> |
DefaultOrmQuery.removeLazyJoins() |
List<OrmQueryProperties> |
DefaultOrmQuery.removeQueryJoins() |
List<OrmQueryProperties> |
OrmQueryDetail.removeSecondaryLazyQueries() |
List<OrmQueryProperties> |
OrmQueryDetail.removeSecondaryQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrmQueryProperties.add(OrmQueryProperties child)
For secondary queries add a child element.
|
boolean |
OrmQueryProperties.isChild(OrmQueryProperties possibleChild) |
void |
OrmQueryDetail.putFetchPath(OrmQueryProperties chunk)
Matches a join() method of the query.
|
void |
OrmQueryDetail.setBase(OrmQueryProperties baseProps)
Set the base / root query properties.
|
void |
OrmQueryProperties.setTunedProperties(OrmQueryProperties tunedProperties)
Set the properties from a matching autofetch tuned properties.
|
Copyright © 2014. All Rights Reserved.