Module io.ebean.api

Interface SqlLimiter

  • All Known Implementing Classes:
    LimitOffsetSqlLimiter

    public interface SqlLimiter
    Adds SQL limiting to a query (such as LIMIT OFFSET).
    • Field Detail

      • NEW_LINE

        static final char NEW_LINE
        the new line character used.

        Note that this is removed for logging sql to the transaction log.

        See Also:
        Constant Field Values