|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.extension.jdbc.OrderByItem
public class OrderByItem
OrderByの項目を組み立てるインターフェースです。
| 入れ子のクラスの概要 | |
|---|---|
static class |
OrderByItem.OrderingSpec
昇順・降順を表す列挙です。 |
| フィールドの概要 | |
|---|---|
protected java.lang.String |
sql
SQLのフラグメントです。 |
| コンストラクタの概要 | |
|---|---|
OrderByItem(java.lang.CharSequence propertyName)
プロパティ名を指定して昇順のインスタンスを構築します。 |
|
OrderByItem(java.lang.CharSequence propertyName,
OrderByItem.OrderingSpec spec)
プロパティ名と昇順・降順を指定してインスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
java.lang.String |
getCriteria()
クライテリアを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected final java.lang.String sql
| コンストラクタの詳細 |
|---|
public OrderByItem(java.lang.CharSequence propertyName)
propertyName - プロパティ名
public OrderByItem(java.lang.CharSequence propertyName,
OrderByItem.OrderingSpec spec)
propertyName - プロパティ名spec - 昇順・降順| メソッドの詳細 |
|---|
public java.lang.String getCriteria()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||