Class HibernateQuery

  • All Implemented Interfaces:
    SqlQuery

    public class HibernateQuery
    extends Object
    implements SqlQuery
    The Hibernate stack implementation of the SQL Engine query contract. In fact it's an adapter the internal Hibernate stuff.

    For more info please see the Tutorials.

    Author:
    Vladimir Hudec