パッケージ | 説明 |
---|---|
org.dbflute.testing | |
org.dbflute.testing.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> |
DBFluteMatchers.hasRelationCondition(String table,
String column,
Matcher<?> matcher)
A shortcut to
hasRelation("table", hasCondition("column", ...)) . |
修飾子とタイプ | メソッドと説明 |
---|---|
static <T extends org.dbflute.cbean.ConditionBean> |
HasRelation.hasRelation(String table,
HasCondition<T> relationCondition) |
Copyright © 2015 The DBFlute Project. All rights reserved.