-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.match.KeyValueMatcher,tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher
public final class Not implements SqlKeyValueMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private final SqlKeyValueMatcherdelegate
-
Constructor Summary
Constructors Constructor Description Not(SqlKeyValueMatcher delegate)
-
Method Summary
Modifier and Type Method Description final SqlKeyValueMatchergetDelegate()<HOLDER extends Any> Booleanmatches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)Unitaccept(SqlKeyValueVisitor visitor)StringtoString()-
-
Constructor Detail
-
Not
Not(SqlKeyValueMatcher delegate)
-
-
Method Detail
-
getDelegate
final SqlKeyValueMatcher getDelegate()
-
matches
<HOLDER extends Any> Boolean matches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)
-
accept
Unit accept(SqlKeyValueVisitor visitor)
-
toString
String toString()
-
-
-
-