class CallableQueryKey extends BaseQueryKey
CallableStatement.
Callable statements require some special parsing before use (due to JDBC {?= call...}
syntax, thus a special cache key class is used to trigger proper parsing for callable statements.escapeProcessing, isParameterized, sql| Constructor and Description |
|---|
CallableQueryKey(java.lang.String sql) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
getSizepublic java.lang.String toString()
toString in class BaseQueryKeypublic int hashCode()
hashCode in class BaseQueryKeypublic boolean equals(java.lang.Object o)
equals in class BaseQueryKey