Class PojosFindAnnotationsQueryDefinition

  • All Implemented Interfaces:
    org.springframework.orm.hibernate3.HibernateCallback

    public class PojosFindAnnotationsQueryDefinition
    extends Query
    • Constructor Detail

      • PojosFindAnnotationsQueryDefinition

        public PojosFindAnnotationsQueryDefinition​(ome.parameters.Parameters parameters)
    • Method Detail

      • buildQuery

        protected void buildQuery​(org.hibernate.Session session)
                           throws org.hibernate.HibernateException,
                                  java.sql.SQLException
        Description copied from class: Query
        main point of entry for subclasses. This method must build either a Criteria or a Query instance and make it available via Query.setCriteria(org.hibernate.Criteria) or Query.setQuery(org.hibernate.Query)
        Specified by:
        buildQuery in class Query
        Throws:
        org.hibernate.HibernateException
        java.sql.SQLException