Package | Description |
---|---|
com.mysema.query.jdo |
JDOQL support for Querydsl
|
Modifier and Type | Interface and Description |
---|---|
interface |
JDOCommonQuery<Q extends JDOCommonQuery<Q>>
JDOCommonQuery is a parent interface for JDOQLQuery and JDOSubQuery
|
Modifier and Type | Interface and Description |
---|---|
interface |
JDOQLQuery
Query interface for JDOQL queries
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDOQuery<Q extends AbstractJDOQuery<Q>>
Abstract base class for custom implementations of the JDOCommonQuery interface.
|
class |
AbstractJDOSubQuery<Q extends AbstractJDOSubQuery<Q>>
Abstract superclass for SubQuery implementations
|
class |
JDOQuery
JDOQuery is the default implementation of the JDOQLQuery interface
|
class |
JDOSubQuery
JDOSubQuery is subquery implementation for JDOQL
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.