Uses of Class
cool.scx.data.query.Where
Packages that use Where
Package
Description
-
Uses of Where in cool.scx.data
Methods in cool.scx.data that return Where -
Uses of Where in cool.scx.data.query
Methods in cool.scx.data.query that return WhereModifier and TypeMethodDescriptionWhere.clear()清除所有 where 条件 (不包括 whereSQL)default WhereQueryBridge.getWhere()QueryImpl.getWhere()QueryLike.getWhere()设置 whereSQL 适用于 复杂查询的自定义 where 子句
支持三种类型 String , WhereBody 和 AbstractPlaceholderSQL 在最终 cool.scx.sql 中会拼接到 where 子句的最后
注意 : 除特殊语法外不需要手动在头部添加 ANDConstructors in cool.scx.data.query with parameters of type Where -
Uses of Where in cool.scx.data.query.deserializer
Methods in cool.scx.data.query.deserializer that return WhereModifier and TypeMethodDescriptionWhereDeserializer.deserializeWhere(com.fasterxml.jackson.databind.JsonNode v) -
Uses of Where in cool.scx.data.query.parser
Methods in cool.scx.data.query.parser with parameters of type Where -
Uses of Where in cool.scx.data.query.serializer
Methods in cool.scx.data.query.serializer with parameters of type Where