| パッケージ | 説明 |
|---|---|
| org.dbflute.cbean | |
| org.dbflute.cbean.ckey | |
| org.dbflute.cbean.exception | |
| org.dbflute.cbean.sqlclause |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ConditionValue |
ConditionQuery.invokeValue(String columnFlexibleName)
Invoke getting value.
|
ConditionValue |
AbstractConditionQuery.invokeValue(String columnFlexibleName)
Invoke getting value.
|
protected ConditionValue |
AbstractConditionQuery.nCV() |
protected ConditionValue |
AbstractConditionQuery.newConditionValue() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ConditionOption |
AbstractConditionQuery.createEmbeddedOption(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected void |
AbstractConditionQuery.doRegIQ(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName,
ConditionOption option) |
protected void |
AbstractConditionQuery.doRegisterLikeSearchQueryCompoundOptimized(String value,
ConditionValue cvalue,
String columnDbName,
LikeSearchOption option) |
protected void |
AbstractConditionQuery.doRegisterLikeSearchQuerySplitBy(ConditionKey key,
String value,
ConditionValue cvalue,
String columnDbName,
LikeSearchOption option) |
protected void |
AbstractConditionQuery.handleInvalidQuery(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected void |
AbstractConditionQuery.handleOverridingQuery(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected boolean |
AbstractConditionQuery.isOverrideQueryAllowed(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected void |
AbstractConditionQuery.noticeRegistered(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected ConditionKeyPrepareResult |
AbstractConditionQuery.prepareQueryChecked(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected ConditionKeyPrepareResult |
AbstractConditionQuery.prepareQueryNoCheck(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected void |
AbstractConditionQuery.regFTQ(Date fromDate,
Date toDate,
ConditionValue cvalue,
String columnDbName,
FromToOption option) |
protected void |
AbstractConditionQuery.regINS(ConditionKey key,
List<?> value,
ConditionValue cvalue,
String columnDbName) |
protected void |
AbstractConditionQuery.regIQ(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected void |
AbstractConditionQuery.regIQ(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName,
ConditionOption option) |
protected void |
AbstractConditionQuery.registerLikeSearchQuery(ConditionKey key,
String value,
ConditionValue cvalue,
String columnDbName,
LikeSearchOption option) |
protected void |
AbstractConditionQuery.regLSQ(ConditionKey key,
String value,
ConditionValue cvalue,
String columnDbName,
LikeSearchOption option) |
protected void |
AbstractConditionQuery.regQ(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected void |
AbstractConditionQuery.regQ(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName,
ConditionOption option) |
protected void |
AbstractConditionQuery.regROO(Number minNumber,
Number maxNumber,
ConditionValue cvalue,
String columnDbName,
RangeOfOption option) |
protected void |
AbstractConditionQuery.setupConditionValueAndRegisterWhereClause(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected void |
AbstractConditionQuery.setupConditionValueAndRegisterWhereClause(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName,
ConditionOption option) |
protected void |
AbstractConditionQuery.throwQueryAlreadyRegisteredException(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
protected ConditionKeyPrepareResult |
AbstractConditionQuery.xdoPrepareQuery(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName,
boolean invalidChecked) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ConditionKey.addWhereClause(ConditionValue.QueryModeProvider provider,
List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue cvalue,
ColumnFunctionCipher cipher,
ConditionOption option)
Add where clause.
|
protected void |
ConditionKeyLikeSearch.assertLikeSearchOption(ColumnRealName columnRealName,
ConditionValue value,
ConditionOption option) |
protected ConditionKeyPrepareResult |
ConditionKey.chooseResultNonValue(ConditionValue cvalue) |
protected void |
ConditionKeyNotInScope.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyNotEqual.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyLikeSearch.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyLessThan.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyLessEqual.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyIsNull.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyIsNotNull.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyInScope.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyGreaterThan.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyGreaterEqual.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected void |
ConditionKeyEqual.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue value,
ColumnFunctionCipher cipher,
ConditionOption option) |
protected abstract void |
ConditionKey.doAddWhereClause(List<QueryClause> conditionList,
ColumnRealName columnRealName,
ConditionValue cvalue,
ColumnFunctionCipher cipher,
ConditionOption option)
Do adding where clause.
|
protected ConditionKeyPrepareResult |
ConditionKeyNotInScope.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyNotEqual.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyLikeSearch.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyLessThan.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyLessEqual.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyIsNull.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyIsNotNull.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyInScope.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyGreaterThan.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyGreaterEqual.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected ConditionKeyPrepareResult |
ConditionKeyEqual.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected abstract ConditionKeyPrepareResult |
ConditionKey.doPrepareQuery(ConditionValue cvalue,
Object value) |
protected void |
ConditionKeyNotLikeSearch.doSetupConditionValue(ConditionValue conditionValue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyNotInScope.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyNotEqual.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyLikeSearch.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyLessThan.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyLessEqual.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyIsNull.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyIsNotNull.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyInScope.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyGreaterThan.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyGreaterEqual.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected void |
ConditionKeyEqual.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option) |
protected abstract void |
ConditionKey.doSetupConditionValue(ConditionValue cvalue,
Object value,
String location,
ConditionOption option)
Do setting up condition value.
|
protected String |
ConditionKeyNotLikeSearch.getLocation(ConditionValue value) |
protected String |
ConditionKeyLikeSearch.getLocation(ConditionValue value) |
boolean |
ConditionKeyNotInScope.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyNotEqual.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyLikeSearch.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyLessThan.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyLessEqual.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyIsNull.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyIsNotNull.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyInScope.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyGreaterThan.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyGreaterEqual.needsOverrideValue(ConditionValue cvalue) |
boolean |
ConditionKeyEqual.needsOverrideValue(ConditionValue cvalue) |
protected abstract boolean |
ConditionKey.needsOverrideValue(ConditionValue cvalue)
Does it need to override the existing value to register the value?
|
ConditionKeyPrepareResult |
ConditionKey.prepareQuery(ConditionValue.QueryModeProvider provider,
ConditionValue cvalue,
Object value)
Prepare the query of the condition value to register the condition.
|
void |
ConditionKey.setupConditionValue(ConditionValue.QueryModeProvider provider,
ConditionValue cvalue,
Object value,
String location,
ConditionOption option)
Setup condition value.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ConditionBeanExceptionThrower.throwQueryAlreadyRegisteredException(ConditionKey key,
Object value,
ConditionValue cvalue,
String columnDbName) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.