HQL 'parsename' equivalent

Posted by jaume on Stack Overflow See other posts from Stack Overflow or by jaume
Published on 2009-11-30T10:29:06Z Indexed on 2010/05/03 0:28 UTC
Read the original article Hit count: 216

Filed under:
|
|

I've discovered PARSENAME function as a good choice to order IP address stored in Database. Here there is an example.
My issue is I'm using Hibernate with named queries in a xml mapping file and I am trying to avoid the use of

session.createSQLQuery(..)

function.
I'm wondering if exists any PARSENAME equivalent function for HQL queries. I'm searching for it and cannot find anything.
Many thanks.

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about hql