类 ErrorTracker

    • 构造器详细资料

      • ErrorTracker

        public ErrorTracker()
        Constructs an ErrorCounter without knowledge of the HQL, meaning that generated QueryException instances *will not* contain the HQL (and will need to be wrapped at a higher level in another QueryException).
      • ErrorTracker

        public ErrorTracker​(String hql)
        Constructs an ErrorCounter with knowledge of the HQL, meaning that generated QueryException instances *will* contain the HQL.