Hibernate - substr function
Hi everone:
I just want to know if there is a substring function like substr sql function in Hibernate API. I was looking for it in differents classes from criterion package but i didn't find it.
For example, the query that i have to make is like:
select carCode, substr(carDetail, initialPos, length) from carsTable where ......;
thanks