cn.gtmap.estateplat.core.support.mybatis.mapper
类 Example.Criterion

java.lang.Object
  继承者 cn.gtmap.estateplat.core.support.mybatis.mapper.Example.Criterion
包容类:
Example

public static class Example.Criterion
extends Object


构造方法摘要
protected Example.Criterion(String condition)
           
protected Example.Criterion(String condition, Object value)
           
protected Example.Criterion(String condition, Object value, Object secondValue)
           
protected Example.Criterion(String condition, Object value, Object secondValue, String typeHandler)
           
protected Example.Criterion(String condition, Object value, String typeHandler)
           
 
方法摘要
 String getCondition()
           
 Object getSecondValue()
           
 String getTypeHandler()
           
 Object getValue()
           
 boolean isBetweenValue()
           
 boolean isListValue()
           
 boolean isNoValue()
           
 boolean isSingleValue()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Example.Criterion

protected Example.Criterion(String condition)

Example.Criterion

protected Example.Criterion(String condition,
                            Object value,
                            String typeHandler)

Example.Criterion

protected Example.Criterion(String condition,
                            Object value)

Example.Criterion

protected Example.Criterion(String condition,
                            Object value,
                            Object secondValue,
                            String typeHandler)

Example.Criterion

protected Example.Criterion(String condition,
                            Object value,
                            Object secondValue)
方法详细信息

getCondition

public String getCondition()

getValue

public Object getValue()

getSecondValue

public Object getSecondValue()

isNoValue

public boolean isNoValue()

isSingleValue

public boolean isSingleValue()

isBetweenValue

public boolean isBetweenValue()

isListValue

public boolean isListValue()

getTypeHandler

public String getTypeHandler()


Copyright © 2015–2020 cn.gtmap. All rights reserved.