Uses of Class
cool.scx.data.query.Junction
Packages that use Junction
-
Uses of Junction in cool.scx.data.query
Subclasses of Junction in cool.scx.data.querySubclasses with type arguments of type Junction in cool.scx.data.queryMethods in cool.scx.data.query that return JunctionModifier and TypeMethodDescriptionfinal Junctionstatic Junctionfinal JunctionJunction.between(String fieldName, Object value1, Object value2, QueryOption... options) Junction.clear()final JunctionJunction.eq(String fieldName, Object value, QueryOption... options) final JunctionJunction.gt(String fieldName, Object value, QueryOption... options) final JunctionJunction.gte(String fieldName, Object value, QueryOption... options) final JunctionJunction.in(String fieldName, Object value, QueryOption... options) final JunctionJunction.jsonContains(String fieldName, Object value, QueryOption... options) final JunctionJunction.jsonOverlaps(String fieldName, Object value, QueryOption... options) final JunctionJunction.like(String fieldName, Object value, QueryOption... options) final JunctionJunction.likeRegex(String fieldName, String value, QueryOption... options) final JunctionJunction.lt(String fieldName, Object value, QueryOption... options) final JunctionJunction.lte(String fieldName, Object value, QueryOption... options) final JunctionJunction.ne(String fieldName, Object value, QueryOption... options) final Junctionfinal JunctionJunction.notBetween(String fieldName, Object value1, Object value2, QueryOption... options) final JunctionJunction.notIn(String fieldName, Object value, QueryOption... options) final JunctionJunction.notLike(String fieldName, Object value, QueryOption... options) final JunctionJunction.notLikeRegex(String fieldName, String value, QueryOption... options) final Junctionstatic Junction -
Uses of Junction in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type JunctionModifier and TypeMethodDescriptionprotected StringWhereParser.getJunctionKeyWord(Junction junction) protected final WhereClauseWhereParser.parseJunction(Junction j)