Class CriteriaUtil


  • public class CriteriaUtil
    extends Object
    Utilitários para o módulo de build sql e dataset. Created by Arthemus on 22/09/2016.
    • Constructor Detail

      • CriteriaUtil

        public CriteriaUtil()
    • Method Detail

      • newBigDecimalValue

        public static io.zatarox.squiggle.Matchable newBigDecimalValue​(BigDecimal value)
      • newBooleanValue

        public static io.zatarox.squiggle.Matchable newBooleanValue​(boolean value)
      • newDateValue

        public static io.zatarox.squiggle.Matchable newDateValue​(Date value)
      • newDoubleValue

        public static io.zatarox.squiggle.Matchable newDoubleValue​(double value)
      • newLongValue

        public static io.zatarox.squiggle.Matchable newLongValue​(long value)
      • newStringValue

        public static io.zatarox.squiggle.Matchable newStringValue​(String value)
      • newMatch

        public static io.zatarox.squiggle.Matchable newMatch​(Object value)