Class TimesTenLimitHandler

  • All Implemented Interfaces:
    org.hibernate.dialect.pagination.LimitHandler

    public class TimesTenLimitHandler
    extends RowsLimitHandler
    A LimitHandler for TimesTen, which uses ROWS n, but at the start of the query instead of at the end.
    • Constructor Detail

      • TimesTenLimitHandler

        public TimesTenLimitHandler()
    • Method Detail

      • insert

        protected String insert​(String rows,
                                String sql)
        Overrides:
        insert in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
      • bindLimitParametersFirst

        public boolean bindLimitParametersFirst()
        Overrides:
        bindLimitParametersFirst in class org.hibernate.dialect.pagination.AbstractLimitHandler