|
||||||||||
前 次 | フレームあり フレームなし |
ExpressionFactory2 を使用しているパッケージ | |
---|---|
woolpack.crud | RDBに対し更新と問い合わせを行うためのインタフェースが含まれる。 |
woolpack.crud での ExpressionFactory2 の使用 |
---|
ExpressionFactory2 として宣言されている woolpack.crud のフィールド | |
---|---|
static ExpressionFactory2 |
CrudConstants.DELETE
削除用 Expression を生成するExpressionFactory2 。 |
static ExpressionFactory2 |
CrudConstants.INSERT
登録用 Expression を生成するExpressionFactory2 。 |
static ExpressionFactory2 |
CrudConstants.SELECT
検索用 Expression を生成するExpressionFactory2 。 |
static ExpressionFactory2 |
CrudConstants.UPDATE
更新用 Expression を生成するExpressionFactory2 。 |
ExpressionFactory2 を返す woolpack.crud のメソッド | |
---|---|
static ExpressionFactory2 |
CrudConstants.getSelectExpressionFactory2(java.util.regex.Pattern orderPattern)
検索用 Expression を生成するExpressionFactory2 を生成して返す。 |
ExpressionFactory2 型のパラメータを持つ woolpack.crud のコンストラクタ | |
---|---|
ExpressionFactoryImpl(java.util.Map<java.lang.String,TableInfo> tableInfoMap,
ExpressionFactory2 factory)
コンストラクタ。 |
|
||||||||||
前 次 | フレームあり フレームなし |