Imutable class which holds information about a raw sql query.
A raw sql query allows you to do anything sql allows you to do.
author: Dain Sundstrom version: $Revision: 57209 $
Constructor Summary
public
JDBCRawSqlQueryMetaData(Method method, Class qlCompiler, boolean lazyResultSetLoading) Constructs a JDBCRawSqlQueryMetaData which is invoked by the specified
method.
Method Summary
public boolean
equals(Object o) Compares this JDBCRawSqlQueryMetaData against the specified object.
Compares this JDBCRawSqlQueryMetaData against the specified object. Returns
true if the objects are the same. Two JDBCRawSqlQueryMetaData are the same
if they are both invoked by the same method.
Parameters: o - the reference object with which to compare true if this object is the same as the object argument; false otherwise
Returns a hashcode for this JDBCRawSqlQueryMetaData. The hashcode is computed
by the method which invokes this query.
a hash code value for this object
Returns a string describing this JDBCRawSqlQueryMetaData. The exact details
of the representation are unspecified and subject to change, but the following
may be regarded as typical:
"[JDBCRawSqlQueryMetaData: method=public org.foo.User findByName(java.lang.String)]"
a string representation of the object