public class CachedQueryKey
extends java.lang.Object
Constructor and Description |
---|
CachedQueryKey() |
CachedQueryKey(java.lang.String sql,
java.lang.Object[] parameters,
int count) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if the key matches.
|
java.lang.String |
getSQL()
Returns the SQL
|
int |
hashCode()
Returns the hash-code for the key.
|
public CachedQueryKey()
public CachedQueryKey(java.lang.String sql, java.lang.Object[] parameters, int count)
public java.lang.String getSQL()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object