Class StatementOptions

java.lang.Object
org.hibernate.sql.exec.spi.StatementOptions

public class StatementOptions extends Object
Options for the creation of a JDBC statement
  • Field Details

  • Constructor Details

  • Method Details

    • hasLimit

      public boolean hasLimit()
    • getFirstRow

      public Integer getFirstRow()
    • getMaxRows

      public Integer getMaxRows()
    • hasTimeout

      public boolean hasTimeout()
    • getTimeoutInMilliseconds

      public Integer getTimeoutInMilliseconds()
    • hasFetchSize

      public boolean hasFetchSize()
    • getFetchSize

      public Integer getFetchSize()