|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.kuina.dao.internal.util.SelectStatementUtil
public class SelectStatementUtil
JPQLのSELECT文を扱うユーティリティ・クラスです.
コンストラクタの概要 | |
---|---|
SelectStatementUtil()
|
メソッドの概要 | |
---|---|
static void |
appendOrderbyClause(String identificationVariable,
SelectStatement selectStatement,
Object orderbySpec)
SELECT文のORDERBY句にorderby_itemを追加します. |
static void |
appendOrderbyClause(String identificationVariable,
SelectStatement selectStatement,
OrderbySpec orderbySpec)
SELECT文のORDERBY句にorderby_itemを追加します. |
static void |
appendOrderbyClause(String identificationVariable,
SelectStatement selectStatement,
OrderbySpec[] orderbySpecs)
SELECT文のORDERBY句にorderby_itemを追加します. |
static void |
appendOrderbyClause(String identificationVariable,
SelectStatement selectStatement,
String orderbySpec)
SELECT文のORDERBY句にorderby_itemを追加します. |
static void |
appendOrderbyClause(String identificationVariable,
SelectStatement selectStatement,
String[] orderbySpecs)
SELECT文のORDERBY句にorderby_itemを追加します. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public SelectStatementUtil()
メソッドの詳細 |
---|
public static void appendOrderbyClause(String identificationVariable, SelectStatement selectStatement, Object orderbySpec)
identificationVariable
- orderby_itemのidentification_variableselectStatement
- orderby_itemを追加するselect_statementorderbySpec
- orderby_specpublic static void appendOrderbyClause(String identificationVariable, SelectStatement selectStatement, String orderbySpec)
identificationVariable
- orderby_itemのidentification_variableselectStatement
- orderby_itemを追加するselect_statementorderbySpec
- orderby_specpublic static void appendOrderbyClause(String identificationVariable, SelectStatement selectStatement, String[] orderbySpecs)
identificationVariable
- orderby_itemのidentification_variableselectStatement
- orderby_itemを追加するselect_statementorderbySpecs
- orderby_specの配列public static void appendOrderbyClause(String identificationVariable, SelectStatement selectStatement, OrderbySpec orderbySpec)
identificationVariable
- orderby_itemのidentification_variableselectStatement
- orderby_itemを追加するselect_statementorderbySpec
- orderby_specpublic static void appendOrderbyClause(String identificationVariable, SelectStatement selectStatement, OrderbySpec[] orderbySpecs)
identificationVariable
- orderby_itemのidentification_variableselectStatement
- orderby_itemを追加するselect_statementorderbySpecs
- orderby_specの配列
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |