Class LimitOffsetLimitHandler

All Implemented Interfaces:
LimitHandler

public class LimitOffsetLimitHandler extends AbstractSimpleLimitHandler
A LimitHandler for databases like PostgreSQL, H2, and HSQL that support the syntax LIMIT n OFFSET m. Note that this syntax does not allow specification of an offset without a limit.