Package play.db.helper
Class JpqlSelect
- java.lang.Object
-
- play.db.helper.SqlQuery
-
- play.db.helper.SqlSelect
-
- play.db.helper.JpqlSelect
-
public class JpqlSelect extends SqlSelect
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class play.db.helper.SqlSelect
SqlSelect.Where
-
Nested classes/interfaces inherited from class play.db.helper.SqlQuery
SqlQuery.Concat
-
-
Constructor Summary
Constructors Constructor Description JpqlSelect()
JpqlSelect(JpqlSelect src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class play.db.helper.SqlSelect
andWhere, andWhere, from, groupBy, innerJoin, leftJoin, limit, limit, orderBy, orWhere, orWhere, param, params, select, where, where, where
-
Methods inherited from class play.db.helper.SqlQuery
getParams, inlineParam, paramCurrentIndex, pmark, pmark, quote, whereIn
-
-
-
-
Constructor Detail
-
JpqlSelect
public JpqlSelect()
-
JpqlSelect
public JpqlSelect(JpqlSelect src)
-
-