dbflute / dbflute-core

DBFlute core libraries for Java8
http://dbflute.seasar.org/
23 stars 18 forks source link

DBFlute Runtime: ConditionQuery invoking by extends option #183

Closed jflute closed 4 months ago

jflute commented 11 months ago

method not found:

String memberAccount = MemberDbm.getInstance().columnMemberAccount().getColumnDbName();
LikeSearchOption extendedOption = new LikeSearchOption() {
}.likeSuffix(); // e.g. OracleMatchLikeSearch, PostgreSQLMatchLikeSearch
cb.localCQ().invokeQuery(memberAccount, ConditionKey.CK_LIKE_SEARCH.getConditionKey(), "bar", extendedOption);