com.ibatis.sqlmap.engine.mapping.sql.dynamic.elements
public abstract class ConditionalTagHandler extends BaseTagHandler
| Field Summary | |
|---|---|
| static long | NOT_COMPARABLE |
| Method Summary | |
|---|---|
| protected long | compare(SqlTagContext ctx, SqlTag tag, Object parameterObject) |
| protected long | compareValues(Class type, Object value1, Object value2) |
| protected Object | convertValue(Class type, String value) |
| int | doEndFragment(SqlTagContext ctx, SqlTag tag, Object parameterObject, StringBuffer bodyContent) |
| int | doStartFragment(SqlTagContext ctx, SqlTag tag, Object parameterObject) |
| protected String | getResolvedProperty(SqlTagContext ctx, SqlTag tag)
This method will add the proper index values to an indexed property
string if we are inside an iterate tag
|
| abstract boolean | isCondition(SqlTagContext ctx, SqlTag tag, Object parameterObject) |
Parameters: ctx tag