public class ParameterExpression extends HashMap<String,String>
inline-parameter = (propertyName | expression) oldJdbcType attributes propertyName = /expression language's property navigation path/ expression = '(' /expression language's expression/ ')' oldJdbcType = ':' /any valid jdbc type/ attributes = (',' attribute)* attribute = name '=' value
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ParameterExpression(String expression) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public ParameterExpression(String expression)
Copyright © 2009–2016 MyBatis.org. All rights reserved.