public class HasWhereClause<T extends org.dbflute.cbean.ConditionBean> extends BaseMatcher<T>
コンストラクタと説明 |
---|
HasWhereClause() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
describeTo(Description description) |
static <T extends org.dbflute.cbean.ConditionBean> |
hasWhereClause() |
protected boolean |
hasWhereClause(org.dbflute.cbean.ConditionBean cb) |
boolean |
matches(Object item) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
public boolean matches(Object item)
protected boolean hasWhereClause(org.dbflute.cbean.ConditionBean cb)
public void describeTo(Description description)
public static <T extends org.dbflute.cbean.ConditionBean> Matcher<T> hasWhereClause()
Copyright © 2015 The DBFlute Project. All rights reserved.