From: <one...@us...> - 2003-01-17 10:27:13
|
Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv18644/cirrus/hibernate Modified Files: Query.java Log Message: added Query.getQueryString() and an exception message Index: Query.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/Query.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Query.java 28 Dec 2002 02:25:48 -0000 1.18 --- Query.java 17 Jan 2003 10:27:10 -0000 1.19 *************** *** 53,56 **** --- 53,62 ---- public interface Query { /** + * Get the query string. + * + * @return the query string + */ + public String getQueryString(); + /** * Return the Hibernate types of the query result set. * @return an array of types |