T - result typepublic final class JDOSQLQuery<T> extends AbstractSQLQuery<T,JDOSQLQuery<T>>
JDOSQLQuery is a SQLQuery implementation that uses JDO's SQL query functionality
to execute queriesdetach, persistenceManager, projection, queries, queryMixinconfiguration, firstUnionSubQuery, union, unionAllMDC_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<T> |
clone() |
protected SQLSerializer |
createSerializer() |
JDOSQLQuery<Tuple> |
select(Expression<?>... exprs) |
<U> JDOSQLQuery<U> |
select(Expression<U> expr) |
close, fetch, fetchCount, fetchOne, fetchResults, isDetach, iterate, toStringaccept, addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, clone, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getSQL, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, serialize, union, union, union, unionAll, unionAll, unionAll, with, with, with, withRecursive, withRecursive, withRecursivecontains, contains, eq, eq, exists, getMetadata, getType, goe, goe, gt, gt, hashCode, in, in, isNotNull, isNull, loe, loe, lt, lt, ne, ne, notExistsequals, fetchFirst, transform, uniqueResultfinalize, getClass, notify, notifyAll, wait, wait, waittransformfetchFirstpublic 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<T> clone()
clone in class ProjectableSQLQuery<T,JDOSQLQuery<T>>protected SQLSerializer createSerializer()
createSerializer in class ProjectableSQLQuery<T,JDOSQLQuery<T>>public <U> JDOSQLQuery<U> select(Expression<U> expr)
public JDOSQLQuery<Tuple> select(Expression<?>... exprs)
Copyright © 2007–2020 Querydsl. All rights reserved.