@Immutable public class StatementOptions extends Object
StatementOptions holds parameters that should be applied to Statements.| Modifier and Type | Class and Description |
|---|---|
static class |
StatementOptions.Builder
Builder for
StatementOptions |
| Modifier and Type | Field and Description |
|---|---|
static StatementOptions |
DEFAULT |
| Constructor and Description |
|---|
StatementOptions(Integer maxFieldSize,
Integer maxRows,
Integer queryTimeout,
Integer fetchSize) |
| Modifier and Type | Method and Description |
|---|---|
static StatementOptions.Builder |
builder() |
Integer |
getFetchSize() |
Integer |
getMaxFieldSize() |
Integer |
getMaxRows() |
Integer |
getQueryTimeout() |
public static final StatementOptions DEFAULT
public Integer getMaxFieldSize()
public Integer getMaxRows()
public Integer getQueryTimeout()
public Integer getFetchSize()
public static StatementOptions.Builder builder()
Copyright © 2007–2015 Querydsl. All rights reserved.