Package | Description |
---|---|
com.querydsl.jdo |
JDO support
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDOQuery<T,Q extends AbstractJDOQuery<T,Q>>
Abstract base class for custom implementations of the
JDOQLQuery interface. |
class |
JDOQuery<T>
JDOQuery is the default implementation of the JDOQLQuery interface |
Modifier and Type | Method and Description |
---|---|
JDOQLQuery<T> |
JDOQLQuery.addFetchGroup(String fetchGroupName)
Add the fetch group to the set of active fetch groups.
|
JDOQLQuery<T> |
JDOQLQuery.clone(javax.jdo.PersistenceManager persistenceManager)
Clone the state of the query for the given PersistenceManager
|
<U> JDOQLQuery<T> |
JDOQLQuery.from(CollectionExpression<?,U> path,
Path<U> alias)
Add query sources
|
JDOQLQuery<T> |
JDOQLQuery.from(EntityPath<?>... sources)
Add query sources
|
JDOQLQuery<T> |
JDOQLQuery.setMaxFetchDepth(int maxFetchDepth)
Set the maximum fetch depth when fetching.
|
Copyright © 2007–2016 Querydsl. All rights reserved.