public final class StatementCustomizers extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StatementCustomizers.FetchDirectionStatementCustomizerSets 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_ONEHint 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.