Package | Description |
---|---|
com.mysema.query.jdo |
JDOQL support for Querydsl
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDOQuery<Q extends AbstractJDOQuery<Q>>
Abstract base class for custom implementations of the JDOCommonQuery interface.
|
class |
JDOQuery
JDOQuery is the default implementation of the JDOQLQuery interface
|
Modifier and Type | Method and Description |
---|---|
JDOQLQuery |
JDOQLQuery.addFetchGroup(java.lang.String fetchGroupName)
Add the fetch group to the set of active fetch groups.
|
JDOQLQuery |
JDOQLQuery.clone(javax.jdo.PersistenceManager persistenceManager)
Clone the state of the query for the given PersistenceManager
|
JDOQLQuery |
JDOQLQuery.setMaxFetchDepth(int maxFetchDepth)
Set the maximum fetch depth when fetching.
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.