Interface HibernateQuery

  • All Superinterfaces:
    Query
    All Known Subinterfaces:
    HibernateQuery

    public interface HibernateQuery
    extends Query
    Marker interface for Hibernate generated JPA queries so that we can access the underlying Hibernate query objects.
    • Method Detail

      • getHibernateQuery

        Query getHibernateQuery()
        Gives access to the underlying Hibernate query object..
        Returns:
        THe Hibernate query object.