public final class JDOSQLQuery extends AbstractSQLQuery<JDOSQLQuery>
detach, persistenceManager, projection, queries, queryMixin
configuration, firstUnionSubQuery, union, unionAll
MDC_PARAMETERS, MDC_QUERY
Constructor and Description |
---|
JDOSQLQuery(javax.jdo.PersistenceManager persistenceManager,
Configuration configuration) |
JDOSQLQuery(javax.jdo.PersistenceManager persistenceManager,
Configuration configuration,
QueryMetadata metadata,
boolean detach) |
JDOSQLQuery(javax.jdo.PersistenceManager persistenceManager,
SQLTemplates templates) |
Modifier and Type | Method and Description |
---|---|
JDOSQLQuery |
clone() |
protected SQLSerializer |
createSerializer() |
close, count, getMetadata, isDetach, iterate, iterate, list, list, listResults, listResults, toString, uniqueResult, uniqueResult
addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, clone, exists, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin, serialize, union, union, union, union, unionAll, unionAll, unionAll, unionAll, with, with, with, withRecursive, withRecursive, withRecursive
map, notExists, singleResult, singleResult, transform, uniqueResult
distinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, where, where
finalize, getClass, notify, notifyAll, wait, wait, wait
distinct, limit, offset, orderBy, restrict, set
where
public JDOSQLQuery(@Nullable javax.jdo.PersistenceManager persistenceManager, SQLTemplates templates)
public JDOSQLQuery(@Nullable javax.jdo.PersistenceManager persistenceManager, Configuration configuration)
public JDOSQLQuery(@Nullable javax.jdo.PersistenceManager persistenceManager, Configuration configuration, QueryMetadata metadata, boolean detach)
public JDOSQLQuery clone()
clone
in class ProjectableSQLQuery<JDOSQLQuery>
protected SQLSerializer createSerializer()
createSerializer
in class ProjectableSQLQuery<JDOSQLQuery>
Copyright © 2007–2015 Mysema Ltd. All rights reserved.