public class SpecifyColumnRequiredChecker extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
_warningOnly |
| コンストラクタと説明 |
|---|
SpecifyColumnRequiredChecker() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
checkSpecifyColumnRequiredIfNeeds(ConditionBean cb,
Consumer<Set<String>> thrower) |
protected void |
doCheckBasePointTable(ConditionBean cb,
SqlClause sqlClause,
Set<String> nonSpecifiedAliasSet) |
protected void |
doCheckRelationTable(SqlClause sqlClause,
Set<String> nonSpecifiedAliasSet) |
protected void |
evaluateThrower(Consumer<Set<String>> thrower,
Set<String> nonSpecifiedAliasSet) |
protected void |
handleNonSpecified(Consumer<Set<String>> thrower,
Set<String> nonSpecifiedAliasSet) |
SpecifyColumnRequiredChecker |
warningOnly() |
protected void |
warnNonSpecified(RequiredSpecifyColumnNotFoundException e) |
public SpecifyColumnRequiredChecker warningOnly()
public void checkSpecifyColumnRequiredIfNeeds(ConditionBean cb, Consumer<Set<String>> thrower)
protected void doCheckBasePointTable(ConditionBean cb, SqlClause sqlClause, Set<String> nonSpecifiedAliasSet)
protected void doCheckRelationTable(SqlClause sqlClause, Set<String> nonSpecifiedAliasSet)
protected void handleNonSpecified(Consumer<Set<String>> thrower, Set<String> nonSpecifiedAliasSet)
protected void evaluateThrower(Consumer<Set<String>> thrower, Set<String> nonSpecifiedAliasSet)
protected void warnNonSpecified(RequiredSpecifyColumnNotFoundException e)
Copyright © 2014–2019 The DBFlute Project. All rights reserved.