Class AltibaseLimitHandler

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

    public class AltibaseLimitHandler
    extends org.hibernate.dialect.pagination.LimitLimitHandler
    Limit handler for AltibaseDialect.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static AltibaseLimitHandler INSTANCE  
      • Fields inherited from class org.hibernate.dialect.pagination.AbstractLimitHandler

        NO_LIMIT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String limitClause​(boolean hasFirstRow)  
      protected String offsetOnlyClause()  
      • Methods inherited from class org.hibernate.dialect.pagination.LimitLimitHandler

        getForUpdatePattern, supportsOffset
      • Methods inherited from class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler

        insert, processSql, supportsLimit, supportsVariableLimit
      • Methods inherited from class org.hibernate.dialect.pagination.AbstractLimitHandler

        bindLimitParameters, bindLimitParametersAtEndOfQuery, bindLimitParametersAtStartOfQuery, bindLimitParametersFirst, bindLimitParametersInReverseOrder, convertToFirstRowValue, forceLimitUsage, getFirstRow, getMaxOrLimit, hasFirstRow, hasMaxRows, insertAfterDistinct, insertAfterSelect, insertAtEnd, insertBeforeForUpdate, setMaxRows, supportsLimitOffset, useMaxForLimit
      • Methods inherited from interface org.hibernate.dialect.pagination.LimitHandler

        processSql
    • Constructor Detail

      • AltibaseLimitHandler

        public AltibaseLimitHandler()
    • Method Detail

      • limitClause

        protected String limitClause​(boolean hasFirstRow)
        Overrides:
        limitClause in class org.hibernate.dialect.pagination.LimitLimitHandler
      • offsetOnlyClause

        protected String offsetOnlyClause()
        Overrides:
        offsetOnlyClause in class org.hibernate.dialect.pagination.LimitLimitHandler