public static class ChannelSnapshotExample.Criteria
extends com.viontech.keliu.base.BaseExample.GeneratedCriteria
| 限定符 | 构造器和说明 |
|---|---|
protected |
Criteria(String tableName) |
protected |
Criteria(String tableName,
boolean ignoreCase) |
protected Criteria(String tableName)
protected Criteria(String tableName, boolean ignoreCase)
public boolean isValid()
public List<com.viontech.keliu.base.BaseExample.Criterion> getAllCriteria()
public void setAllCriteria(List<com.viontech.keliu.base.BaseExample.Criterion> criteria)
protected void addCriterion(String condition)
protected void addCriterion(String condition, Object value1, Object value2, String property)
protected void addCriterionForJDBCDate(String condition, Date value, String property)
protected void addCriterionForJDBCDate(String condition, List<Date> values, String property)
protected void addCriterionForJDBCDate(String condition, Date value1, Date value2, String property)
public ChannelSnapshotExample.Criteria andIdIsNull()
public ChannelSnapshotExample.Criteria andIdIsNotNull()
public ChannelSnapshotExample.Criteria andIdEqualTo(Long value)
public ChannelSnapshotExample.Criteria andIdNotEqualTo(Long value)
public ChannelSnapshotExample.Criteria andIdGreaterThan(Long value)
public ChannelSnapshotExample.Criteria andIdGreaterThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andIdLessThan(Long value)
public ChannelSnapshotExample.Criteria andIdLessThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andIdIn(List<Long> values)
public ChannelSnapshotExample.Criteria andIdNotIn(List<Long> values)
public ChannelSnapshotExample.Criteria andIdBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andIdNotBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andDeviceIdIsNull()
public ChannelSnapshotExample.Criteria andDeviceIdIsNotNull()
public ChannelSnapshotExample.Criteria andDeviceIdEqualTo(Long value)
public ChannelSnapshotExample.Criteria andDeviceIdNotEqualTo(Long value)
public ChannelSnapshotExample.Criteria andDeviceIdGreaterThan(Long value)
public ChannelSnapshotExample.Criteria andDeviceIdGreaterThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andDeviceIdLessThan(Long value)
public ChannelSnapshotExample.Criteria andDeviceIdLessThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andDeviceIdIn(List<Long> values)
public ChannelSnapshotExample.Criteria andDeviceIdNotIn(List<Long> values)
public ChannelSnapshotExample.Criteria andDeviceIdBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andDeviceIdNotBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andDeviceSerialnumIsNull()
public ChannelSnapshotExample.Criteria andDeviceSerialnumIsNotNull()
public ChannelSnapshotExample.Criteria andDeviceSerialnumEqualTo(String value)
public ChannelSnapshotExample.Criteria andDeviceSerialnumNotEqualTo(String value)
public ChannelSnapshotExample.Criteria andDeviceSerialnumGreaterThan(String value)
public ChannelSnapshotExample.Criteria andDeviceSerialnumGreaterThanOrEqualTo(String value)
public ChannelSnapshotExample.Criteria andDeviceSerialnumLessThan(String value)
public ChannelSnapshotExample.Criteria andDeviceSerialnumLessThanOrEqualTo(String value)
public ChannelSnapshotExample.Criteria andDeviceSerialnumLike(String value)
public ChannelSnapshotExample.Criteria andDeviceSerialnumNotLike(String value)
public ChannelSnapshotExample.Criteria andDeviceSerialnumIn(List<String> values)
public ChannelSnapshotExample.Criteria andDeviceSerialnumNotIn(List<String> values)
public ChannelSnapshotExample.Criteria andDeviceSerialnumBetween(String value1, String value2)
public ChannelSnapshotExample.Criteria andDeviceSerialnumNotBetween(String value1, String value2)
public ChannelSnapshotExample.Criteria andChannelIdIsNull()
public ChannelSnapshotExample.Criteria andChannelIdIsNotNull()
public ChannelSnapshotExample.Criteria andChannelIdEqualTo(Long value)
public ChannelSnapshotExample.Criteria andChannelIdNotEqualTo(Long value)
public ChannelSnapshotExample.Criteria andChannelIdGreaterThan(Long value)
public ChannelSnapshotExample.Criteria andChannelIdGreaterThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andChannelIdLessThan(Long value)
public ChannelSnapshotExample.Criteria andChannelIdLessThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andChannelIdIn(List<Long> values)
public ChannelSnapshotExample.Criteria andChannelIdNotIn(List<Long> values)
public ChannelSnapshotExample.Criteria andChannelIdBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andChannelIdNotBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andChannelSerialnumIsNull()
public ChannelSnapshotExample.Criteria andChannelSerialnumIsNotNull()
public ChannelSnapshotExample.Criteria andChannelSerialnumEqualTo(String value)
public ChannelSnapshotExample.Criteria andChannelSerialnumNotEqualTo(String value)
public ChannelSnapshotExample.Criteria andChannelSerialnumGreaterThan(String value)
public ChannelSnapshotExample.Criteria andChannelSerialnumGreaterThanOrEqualTo(String value)
public ChannelSnapshotExample.Criteria andChannelSerialnumLessThan(String value)
public ChannelSnapshotExample.Criteria andChannelSerialnumLessThanOrEqualTo(String value)
public ChannelSnapshotExample.Criteria andChannelSerialnumLike(String value)
public ChannelSnapshotExample.Criteria andChannelSerialnumNotLike(String value)
public ChannelSnapshotExample.Criteria andChannelSerialnumIn(List<String> values)
public ChannelSnapshotExample.Criteria andChannelSerialnumNotIn(List<String> values)
public ChannelSnapshotExample.Criteria andChannelSerialnumBetween(String value1, String value2)
public ChannelSnapshotExample.Criteria andChannelSerialnumNotBetween(String value1, String value2)
public ChannelSnapshotExample.Criteria andWidthIsNull()
public ChannelSnapshotExample.Criteria andWidthIsNotNull()
public ChannelSnapshotExample.Criteria andWidthEqualTo(Float value)
public ChannelSnapshotExample.Criteria andWidthNotEqualTo(Float value)
public ChannelSnapshotExample.Criteria andWidthGreaterThan(Float value)
public ChannelSnapshotExample.Criteria andWidthGreaterThanOrEqualTo(Float value)
public ChannelSnapshotExample.Criteria andWidthLessThan(Float value)
public ChannelSnapshotExample.Criteria andWidthLessThanOrEqualTo(Float value)
public ChannelSnapshotExample.Criteria andWidthIn(List<Float> values)
public ChannelSnapshotExample.Criteria andWidthNotIn(List<Float> values)
public ChannelSnapshotExample.Criteria andWidthBetween(Float value1, Float value2)
public ChannelSnapshotExample.Criteria andWidthNotBetween(Float value1, Float value2)
public ChannelSnapshotExample.Criteria andHeightIsNull()
public ChannelSnapshotExample.Criteria andHeightIsNotNull()
public ChannelSnapshotExample.Criteria andHeightEqualTo(Float value)
public ChannelSnapshotExample.Criteria andHeightNotEqualTo(Float value)
public ChannelSnapshotExample.Criteria andHeightGreaterThan(Float value)
public ChannelSnapshotExample.Criteria andHeightGreaterThanOrEqualTo(Float value)
public ChannelSnapshotExample.Criteria andHeightLessThan(Float value)
public ChannelSnapshotExample.Criteria andHeightLessThanOrEqualTo(Float value)
public ChannelSnapshotExample.Criteria andHeightIn(List<Float> values)
public ChannelSnapshotExample.Criteria andHeightNotIn(List<Float> values)
public ChannelSnapshotExample.Criteria andHeightBetween(Float value1, Float value2)
public ChannelSnapshotExample.Criteria andHeightNotBetween(Float value1, Float value2)
public ChannelSnapshotExample.Criteria andSnapshotIsNull()
public ChannelSnapshotExample.Criteria andSnapshotIsNotNull()
public ChannelSnapshotExample.Criteria andSnapshotEqualTo(String value)
public ChannelSnapshotExample.Criteria andSnapshotNotEqualTo(String value)
public ChannelSnapshotExample.Criteria andSnapshotGreaterThan(String value)
public ChannelSnapshotExample.Criteria andSnapshotGreaterThanOrEqualTo(String value)
public ChannelSnapshotExample.Criteria andSnapshotLessThan(String value)
public ChannelSnapshotExample.Criteria andSnapshotLessThanOrEqualTo(String value)
public ChannelSnapshotExample.Criteria andSnapshotLike(String value)
public ChannelSnapshotExample.Criteria andSnapshotNotLike(String value)
public ChannelSnapshotExample.Criteria andSnapshotIn(List<String> values)
public ChannelSnapshotExample.Criteria andSnapshotNotIn(List<String> values)
public ChannelSnapshotExample.Criteria andSnapshotBetween(String value1, String value2)
public ChannelSnapshotExample.Criteria andSnapshotNotBetween(String value1, String value2)
public ChannelSnapshotExample.Criteria andGateIdIsNull()
public ChannelSnapshotExample.Criteria andGateIdIsNotNull()
public ChannelSnapshotExample.Criteria andGateIdEqualTo(Long value)
public ChannelSnapshotExample.Criteria andGateIdNotEqualTo(Long value)
public ChannelSnapshotExample.Criteria andGateIdGreaterThan(Long value)
public ChannelSnapshotExample.Criteria andGateIdGreaterThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andGateIdLessThan(Long value)
public ChannelSnapshotExample.Criteria andGateIdLessThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andGateIdIn(List<Long> values)
public ChannelSnapshotExample.Criteria andGateIdNotIn(List<Long> values)
public ChannelSnapshotExample.Criteria andGateIdBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andGateIdNotBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andMallIdIsNull()
public ChannelSnapshotExample.Criteria andMallIdIsNotNull()
public ChannelSnapshotExample.Criteria andMallIdEqualTo(Long value)
public ChannelSnapshotExample.Criteria andMallIdNotEqualTo(Long value)
public ChannelSnapshotExample.Criteria andMallIdGreaterThan(Long value)
public ChannelSnapshotExample.Criteria andMallIdGreaterThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andMallIdLessThan(Long value)
public ChannelSnapshotExample.Criteria andMallIdLessThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andMallIdIn(List<Long> values)
public ChannelSnapshotExample.Criteria andMallIdNotIn(List<Long> values)
public ChannelSnapshotExample.Criteria andMallIdBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andMallIdNotBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andAccountIdIsNull()
public ChannelSnapshotExample.Criteria andAccountIdIsNotNull()
public ChannelSnapshotExample.Criteria andAccountIdEqualTo(Long value)
public ChannelSnapshotExample.Criteria andAccountIdNotEqualTo(Long value)
public ChannelSnapshotExample.Criteria andAccountIdGreaterThan(Long value)
public ChannelSnapshotExample.Criteria andAccountIdGreaterThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andAccountIdLessThan(Long value)
public ChannelSnapshotExample.Criteria andAccountIdLessThanOrEqualTo(Long value)
public ChannelSnapshotExample.Criteria andAccountIdIn(List<Long> values)
public ChannelSnapshotExample.Criteria andAccountIdNotIn(List<Long> values)
public ChannelSnapshotExample.Criteria andAccountIdBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andAccountIdNotBetween(Long value1, Long value2)
public ChannelSnapshotExample.Criteria andCreateTimeIsNull()
public ChannelSnapshotExample.Criteria andCreateTimeIsNotNull()
public ChannelSnapshotExample.Criteria andCreateTimeEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCreateTimeNotEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCreateTimeGreaterThan(Date value)
public ChannelSnapshotExample.Criteria andCreateTimeGreaterThanOrEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCreateTimeLessThan(Date value)
public ChannelSnapshotExample.Criteria andCreateTimeLessThanOrEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCreateTimeIn(List<Date> values)
public ChannelSnapshotExample.Criteria andCreateTimeNotIn(List<Date> values)
public ChannelSnapshotExample.Criteria andCreateTimeBetween(Date value1, Date value2)
public ChannelSnapshotExample.Criteria andCreateTimeNotBetween(Date value1, Date value2)
public ChannelSnapshotExample.Criteria andModifyTimeIsNull()
public ChannelSnapshotExample.Criteria andModifyTimeIsNotNull()
public ChannelSnapshotExample.Criteria andModifyTimeEqualTo(Date value)
public ChannelSnapshotExample.Criteria andModifyTimeNotEqualTo(Date value)
public ChannelSnapshotExample.Criteria andModifyTimeGreaterThan(Date value)
public ChannelSnapshotExample.Criteria andModifyTimeGreaterThanOrEqualTo(Date value)
public ChannelSnapshotExample.Criteria andModifyTimeLessThan(Date value)
public ChannelSnapshotExample.Criteria andModifyTimeLessThanOrEqualTo(Date value)
public ChannelSnapshotExample.Criteria andModifyTimeIn(List<Date> values)
public ChannelSnapshotExample.Criteria andModifyTimeNotIn(List<Date> values)
public ChannelSnapshotExample.Criteria andModifyTimeBetween(Date value1, Date value2)
public ChannelSnapshotExample.Criteria andModifyTimeNotBetween(Date value1, Date value2)
public ChannelSnapshotExample.Criteria andCountdateIsNull()
public ChannelSnapshotExample.Criteria andCountdateIsNotNull()
public ChannelSnapshotExample.Criteria andCountdateEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCountdateNotEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCountdateGreaterThan(Date value)
public ChannelSnapshotExample.Criteria andCountdateGreaterThanOrEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCountdateLessThan(Date value)
public ChannelSnapshotExample.Criteria andCountdateLessThanOrEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCountdateIn(List<Date> values)
public ChannelSnapshotExample.Criteria andCountdateNotIn(List<Date> values)
public ChannelSnapshotExample.Criteria andCountdateBetween(Date value1, Date value2)
public ChannelSnapshotExample.Criteria andCountdateNotBetween(Date value1, Date value2)
public ChannelSnapshotExample.Criteria andCounttimeIsNull()
public ChannelSnapshotExample.Criteria andCounttimeIsNotNull()
public ChannelSnapshotExample.Criteria andCounttimeEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCounttimeNotEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCounttimeGreaterThan(Date value)
public ChannelSnapshotExample.Criteria andCounttimeGreaterThanOrEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCounttimeLessThan(Date value)
public ChannelSnapshotExample.Criteria andCounttimeLessThanOrEqualTo(Date value)
public ChannelSnapshotExample.Criteria andCounttimeIn(List<Date> values)
public ChannelSnapshotExample.Criteria andCounttimeNotIn(List<Date> values)
public ChannelSnapshotExample.Criteria andCounttimeBetween(Date value1, Date value2)
public ChannelSnapshotExample.Criteria andCounttimeNotBetween(Date value1, Date value2)
public ChannelSnapshotExample.Criteria andHourIsNull()
public ChannelSnapshotExample.Criteria andHourIsNotNull()
public ChannelSnapshotExample.Criteria andHourEqualTo(Short value)
public ChannelSnapshotExample.Criteria andHourNotEqualTo(Short value)
public ChannelSnapshotExample.Criteria andHourGreaterThan(Short value)
public ChannelSnapshotExample.Criteria andHourGreaterThanOrEqualTo(Short value)
public ChannelSnapshotExample.Criteria andHourLessThan(Short value)
public ChannelSnapshotExample.Criteria andHourLessThanOrEqualTo(Short value)
public ChannelSnapshotExample.Criteria andHourIn(List<Short> values)
public ChannelSnapshotExample.Criteria andHourNotIn(List<Short> values)
public ChannelSnapshotExample.Criteria andHourBetween(Short value1, Short value2)
public ChannelSnapshotExample.Criteria andHourNotBetween(Short value1, Short value2)
public ChannelSnapshotExample.Criteria andLocalIpIsNull()
public ChannelSnapshotExample.Criteria andLocalIpIsNotNull()
public ChannelSnapshotExample.Criteria andLocalIpEqualTo(String value)
public ChannelSnapshotExample.Criteria andLocalIpNotEqualTo(String value)
public ChannelSnapshotExample.Criteria andLocalIpGreaterThan(String value)
public ChannelSnapshotExample.Criteria andLocalIpGreaterThanOrEqualTo(String value)
public ChannelSnapshotExample.Criteria andLocalIpLessThan(String value)
public ChannelSnapshotExample.Criteria andLocalIpLessThanOrEqualTo(String value)
public ChannelSnapshotExample.Criteria andLocalIpLike(String value)
public ChannelSnapshotExample.Criteria andLocalIpNotLike(String value)
public ChannelSnapshotExample.Criteria andLocalIpIn(List<String> values)
public ChannelSnapshotExample.Criteria andLocalIpNotIn(List<String> values)
public ChannelSnapshotExample.Criteria andLocalIpBetween(String value1, String value2)
public ChannelSnapshotExample.Criteria andLocalIpNotBetween(String value1, String value2)
Copyright © 2019. All rights reserved.