cn.gtmap.estateplat.core.support.mybatis.mapper
类 Example.GeneratedCriteria
java.lang.Object
cn.gtmap.estateplat.core.support.mybatis.mapper.Example.GeneratedCriteria
- 直接已知子类:
- Example.Criteria
- 包容类:
- Example
protected abstract static class Example.GeneratedCriteria
- extends Object
|
方法摘要 |
protected void |
addCriterion(String condition)
|
protected void |
addCriterion(String condition,
Object value1,
Object value2,
String property)
|
protected void |
addCriterion(String condition,
Object value,
String property)
|
Example.Criteria |
andBetween(String property,
Object value1,
Object value2)
|
Example.Criteria |
andEqualNvlTo(String property,
Object value1,
Object value2)
|
Example.Criteria |
andEqualTo(String property,
Object value)
|
Example.Criteria |
andGreaterThan(String property,
Object value)
|
Example.Criteria |
andGreaterThanOrEqualTo(String property,
Object value)
|
Example.Criteria |
andIn(String property,
List<Object> values)
|
Example.Criteria |
andIsNotNull(String property)
|
Example.Criteria |
andIsNull(String property)
|
Example.Criteria |
andLessThan(String property,
Object value)
|
Example.Criteria |
andLessThanOrEqualTo(String property,
Object value)
|
Example.Criteria |
andLike(String property,
String value)
|
Example.Criteria |
andNotBetween(String property,
Object value1,
Object value2)
|
Example.Criteria |
andNotEqualNvlTo(String property,
Object value1,
Object value2)
|
Example.Criteria |
andNotEqualTo(String property,
Object value)
|
Example.Criteria |
andNotIn(String property,
List<Object> values)
|
Example.Criteria |
andNotLike(String property,
String value)
|
List<Example.Criterion> |
getAllCriteria()
|
List<Example.Criterion> |
getCriteria()
|
boolean |
isValid()
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
criteria
protected List<Example.Criterion> criteria
exists
protected boolean exists
propertyMap
protected Map<String,EntityHelper.EntityColumn> propertyMap
Example.GeneratedCriteria
protected Example.GeneratedCriteria(Map<String,EntityHelper.EntityColumn> propertyMap)
Example.GeneratedCriteria
protected Example.GeneratedCriteria(Map<String,EntityHelper.EntityColumn> propertyMap,
boolean exists)
isValid
public boolean isValid()
getAllCriteria
public List<Example.Criterion> getAllCriteria()
getCriteria
public List<Example.Criterion> getCriteria()
addCriterion
protected void addCriterion(String condition)
addCriterion
protected void addCriterion(String condition,
Object value,
String property)
addCriterion
protected void addCriterion(String condition,
Object value1,
Object value2,
String property)
andIsNull
public Example.Criteria andIsNull(String property)
andIsNotNull
public Example.Criteria andIsNotNull(String property)
andEqualTo
public Example.Criteria andEqualTo(String property,
Object value)
andNotEqualTo
public Example.Criteria andNotEqualTo(String property,
Object value)
andNotEqualNvlTo
public Example.Criteria andNotEqualNvlTo(String property,
Object value1,
Object value2)
andEqualNvlTo
public Example.Criteria andEqualNvlTo(String property,
Object value1,
Object value2)
andGreaterThan
public Example.Criteria andGreaterThan(String property,
Object value)
andGreaterThanOrEqualTo
public Example.Criteria andGreaterThanOrEqualTo(String property,
Object value)
andLessThan
public Example.Criteria andLessThan(String property,
Object value)
andLessThanOrEqualTo
public Example.Criteria andLessThanOrEqualTo(String property,
Object value)
andIn
public Example.Criteria andIn(String property,
List<Object> values)
andNotIn
public Example.Criteria andNotIn(String property,
List<Object> values)
andBetween
public Example.Criteria andBetween(String property,
Object value1,
Object value2)
andNotBetween
public Example.Criteria andNotBetween(String property,
Object value1,
Object value2)
andLike
public Example.Criteria andLike(String property,
String value)
andNotLike
public Example.Criteria andNotLike(String property,
String value)
Copyright © 2015–2016 cn.gtmap. All rights reserved.