当使用Hibernate作为JPA提供程序时,我可以使用HQL功能吗?

时间:2013-01-31 06:03:56

标签: hibernate jpa hql jpql

我正在使用JPA 2.0。 Hibernate 4.1是提供者。我可以使用HQL功能吗?

1 个答案:

答案 0 :(得分:0)

至少可以从以下内容推断:

  

11.4.8.3。非标准化功能

     

Hibernate Dialects可以注册已知可用于该特定数据库产品的其他功能。这些函数在HQL(和JPQL中)也可用,但只有在明显使用Hibernate作为JPA提供程序时才能使用。

http://docs.jboss.org/hibernate/orm/4.1/devguide/en-US/html/ch11.html