public final class StatementCustomizers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StatementCustomizers.FetchDirectionStatementCustomizer
Sets the fetch direction on a query.
|
static class |
StatementCustomizers.FetchSizeCustomizer |
static class |
StatementCustomizers.MaxFieldSizeCustomizer |
static class |
StatementCustomizers.MaxRowsCustomizer |
static class |
StatementCustomizers.QueryTimeoutCustomizer |
| Modifier and Type | Field and Description |
|---|---|
static StatementCustomizer |
MAX_ROW_ONE
Hint to the statement, that we want only a single row.
|
public static final StatementCustomizer MAX_ROW_ONE
Query.first() to limit the number
of rows returned by the database.Copyright © 2018. All rights reserved.