public class BoundValue extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected FilteringBindOption |
_filteringBindOption |
protected Class<?> |
_firstType |
protected Object |
_firstValue |
protected Class<?> |
_targetType |
protected Object |
_targetValue |
| コンストラクタと説明 |
|---|
BoundValue() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
buildRearOptionOnSql() |
void |
filterValueByOptionIfNeeds() |
FilteringBindOption |
getFilteringBindOption() |
Class<?> |
getFirstType() |
Object |
getFirstValue() |
Class<?> |
getTargetType() |
Object |
getTargetValue() |
protected void |
inheritLikeSearchOptionIfNeeds(LoopInfo loopInfo) |
void |
setFilteringBindOption(FilteringBindOption filteringBindOption) |
void |
setFirstType(Class<?> firstType) |
void |
setFirstValue(Object firstValue) |
void |
setTargetType(Class<?> targetType) |
void |
setTargetValue(Object targetValue) |
protected Object _firstValue
protected Class<?> _firstType
protected Object _targetValue
protected Class<?> _targetType
protected FilteringBindOption _filteringBindOption
public void filterValueByOptionIfNeeds()
public String buildRearOptionOnSql()
protected void inheritLikeSearchOptionIfNeeds(LoopInfo loopInfo)
public Object getFirstValue()
public void setFirstValue(Object firstValue)
public Class<?> getFirstType()
public void setFirstType(Class<?> firstType)
public Object getTargetValue()
public void setTargetValue(Object targetValue)
public Class<?> getTargetType()
public void setTargetType(Class<?> targetType)
public FilteringBindOption getFilteringBindOption()
public void setFilteringBindOption(FilteringBindOption filteringBindOption)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.