java.lang.Object
org.qubership.atp.tdm.model.table.conditions.search.impl.AbstractCondition
org.qubership.atp.tdm.model.table.conditions.search.impl.StartWithCondition
All Implemented Interfaces:
SearchCondition

public class StartWithCondition extends AbstractCondition implements SearchCondition
  • Constructor Details

    • StartWithCondition

      public StartWithCondition(boolean isCaseSensitive)
  • Method Details

    • create

      public com.healthmarketscience.sqlbuilder.BinaryCondition create(com.healthmarketscience.sqlbuilder.CustomSql customSql, String value)
      Specified by:
      create in interface SearchCondition