Does anyone know the equivalent of Hibernate's [Restrictions.sqlRestriction][1] for JPA2 Criteria API ?
Also, if there is no equivalent, I'd be interested to know how hard it would be to hack something in Hibernate's JPA2 support to insert my own SQL snippets in the query.
Thanks a lot, Sami
[1]: http://docs.jboss.org/hibernate/core/3.5/api/org/hibernate/criterion/Restrictions.html#sqlRestriction(java.lang.String, java.lang.Object[], org.hibernate.type.Type[])