Package 

Class Eq

  • All Implemented Interfaces:
    tech.harmonysoft.oss.common.match.KeyValueMatcher , tech.harmonysoft.oss.sql.match.SqlKeyValueMatcher , tech.harmonysoft.oss.sql.match.impl.SqlKeyValueLeafMatcher

    
    public final class Eq
    extends AbstractLeafMatcher
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Eq(SqlTarget.Column key, KClass<?> valueType, Object value, ComparisonStrategy comparison)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <HOLDER extends Any> Boolean matches(HOLDER holder, DataProviderStrategy<HOLDER, SqlTarget.Column> retrivalStrategy)
      Unit accept(SqlKeyValueVisitor visitor)
      • Methods inherited from class tech.harmonysoft.oss.sql.match.impl.AbstractLeafMatcher

        equals, getComparison, getKey, getValue, getValueType, hashCode, retrieveComparedValue, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait