Package org.hibernate.sql.exec.spi
Class StatementOptions
java.lang.Object
org.hibernate.sql.exec.spi.StatementOptions
Options for the creation of a JDBC statement
-
Field Details
-
NONE
-
-
Constructor Details
-
StatementOptions
-
-
Method Details
-
hasLimit
public boolean hasLimit() -
getFirstRow
-
getMaxRows
-
hasTimeout
public boolean hasTimeout() -
getTimeoutInMilliseconds
-
hasFetchSize
public boolean hasFetchSize() -
getFetchSize
-