com.mysema.query.sql.mysql
Class MySQLQuery
java.lang.Object
com.mysema.query.support.QueryBase<Q>
com.mysema.query.support.ProjectableQuery<Q>
com.mysema.query.sql.AbstractSQLQuery<MySQLQuery>
com.mysema.query.sql.mysql.MySQLQuery
- All Implemented Interfaces:
- Projectable
public class MySQLQuery
- extends AbstractSQLQuery<MySQLQuery>
MySQLQuery provides MySQL related extensions to SQLQuery
- Author:
- tiwe
- See Also:
SQLQuery
Methods inherited from class com.mysema.query.sql.AbstractSQLQuery |
addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, buildQueryString, count, createSerializer, exists, from, from, fullJoin, fullJoin, fullJoin, getConfiguration, getMetadata, getResults, innerJoin, innerJoin, innerJoin, iterate, iterate, join, join, join, leftJoin, leftJoin, leftJoin, list, list, listResults, on, rightJoin, rightJoin, rightJoin, setParameters, toString, union, union, uniqueResult |
Methods inherited from class com.mysema.query.support.ProjectableQuery |
countDistinct, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, listDistinct, listDistinct, listDistinct, listDistinctResults, map, notExists, uniqueResult, uniqueResult |
MySQLQuery
public MySQLQuery(Connection conn)
MySQLQuery
public MySQLQuery(Connection conn,
SQLTemplates templates)
MySQLQuery
public MySQLQuery(Connection conn,
Configuration configuration)
MySQLQuery
public MySQLQuery(Connection conn,
Configuration configuration,
QueryMetadata metadata)
bigResult
public MySQLQuery bigResult()
bufferResult
public MySQLQuery bufferResult()
cache
public MySQLQuery cache()
calcFoundRows
public MySQLQuery calcFoundRows()
forUpdate
public MySQLQuery forUpdate()
highPriority
public MySQLQuery highPriority()
into
public MySQLQuery into(String var)
intoDumpfile
public MySQLQuery intoDumpfile(File file)
intoOutfile
public MySQLQuery intoOutfile(File file)
lockInShareMode
public MySQLQuery lockInShareMode()
noCache
public MySQLQuery noCache()
smallResult
public MySQLQuery smallResult()
straightJoin
public MySQLQuery straightJoin()
useIndex
public MySQLQuery useIndex(String... indexes)
withRollup
public MySQLQuery withRollup()
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.