Package cronapp.reports.j4c.dataset
Class CriteriaUtil
- java.lang.Object
-
- cronapp.reports.j4c.dataset.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 Summary
Constructors Constructor Description CriteriaUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectfromType(String value, String type)static io.zatarox.squiggle.MatchablenewBigDecimalValue(BigDecimal value)static io.zatarox.squiggle.MatchablenewBooleanValue(boolean value)static io.zatarox.squiggle.MatchablenewDateValue(Date value)static io.zatarox.squiggle.MatchablenewDoubleValue(double value)static io.zatarox.squiggle.MatchablenewLongValue(long value)static io.zatarox.squiggle.MatchablenewMatch(Object value)static io.zatarox.squiggle.MatchablenewStringValue(String value)
-
-
-
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)
-
-