Hello,

I have this query:

----code----
Criteria crit = new Criteria();
crit.addEqualTo("workstationName", "U68111");

Query query = new QueryByCriteria(Workstation.class, crit, true);
----code----

Is there a way to obtain the SQL query (select * from Workstation where....) from the 
query object?

Thanks
Sylvain

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to