public abstract class BaseNativeQuery<T extends NativeQuery<?,?>,U> extends Object implements NativeQuery<T,U>, Serializable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseNativeQuery.ResultType |
| Modifier and Type | Field and Description |
|---|---|
protected int |
firstResult |
protected int |
maxResults |
protected Map<String,Object> |
parameters |
protected BaseNativeQuery.ResultType |
resultType |
protected String |
sqlStatement |
| Constructor and Description |
|---|
BaseNativeQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
generateParameterMap() |
Map<String,Object> |
getParameters() |
T |
parameter(String name,
Object value) |
T |
sql(String sqlStatement) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, list, listPage, singleResultprotected int maxResults
protected int firstResult
protected BaseNativeQuery.ResultType resultType
protected String sqlStatement
public T sql(String sqlStatement)
sql in interface NativeQuery<T extends NativeQuery<?,?>,U>public T parameter(String name, Object value)
parameter in interface NativeQuery<T extends NativeQuery<?,?>,U>Copyright © 2019 Flowable. All rights reserved.