Currently there are two ways of adding custom SQL to a Criteria:
- using Criteria.CUSTOM
- Criteria.addVerbatimSql()
The latter can handle prepared statement replacements plus you do not need
to add dummy column names (but you can if you wish)
Should we now deprecate Criteria.CUSTOM ?

     Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to