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() |
getSize
public java.lang.String toString()
toString
in class BaseQueryKey
public int hashCode()
hashCode
in class BaseQueryKey
public boolean equals(java.lang.Object o)
equals
in class BaseQueryKey