パッケージ | 説明 |
---|---|
org.dbflute.testing | |
org.dbflute.testing.matcher |
修飾子とタイプ | メソッドと説明 |
---|---|
static <T extends org.dbflute.cbean.ConditionBean> |
DBFluteMatchers.hasCondition(String column,
Matcher<?> matcher)
Creates a matcher that gets a
ConditionValue of specified column
and pass it to subsequent matcher. |
修飾子とタイプ | メソッドと説明 |
---|---|
static <T extends org.dbflute.cbean.ConditionBean> |
DBFluteMatchers.hasRelation(String table,
HasCondition<T> hasCondition)
Creates a matcher that gets a
ConditionQuery of specified table
and pass it to subsequent matcher. |
修飾子とタイプ | メソッドと説明 |
---|---|
static <T extends org.dbflute.cbean.ConditionBean> |
HasCondition.hasCondition(String column,
Matcher<?> matcher) |
修飾子とタイプ | メソッドと説明 |
---|---|
static <T extends org.dbflute.cbean.ConditionBean> |
HasRelation.hasRelation(String table,
HasCondition<T> relationCondition) |
コンストラクタと説明 |
---|
HasRelation(String table,
HasCondition<T> subsequent) |
Copyright © 2015 The DBFlute Project. All rights reserved.