Class BaseNativeQuery<T extends NativeQuery<?,?>,U>
java.lang.Object
org.flowable.common.engine.impl.query.BaseNativeQuery<T,U>
- All Implemented Interfaces:
Serializable,NativeQuery<T,U>
- Direct Known Subclasses:
AbstractNativeQuery
public abstract class BaseNativeQuery<T extends NativeQuery<?,?>,U>
extends Object
implements NativeQuery<T,U>, Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected BaseNativeQuery.ResultTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.NativeQuery
count, list, listPage, singleResult
-
Field Details
-
maxResults
protected int maxResults -
firstResult
protected int firstResult -
resultType
-
parameters
-
sqlStatement
-
-
Constructor Details
-
BaseNativeQuery
public BaseNativeQuery()
-
-
Method Details
-
sql
- Specified by:
sqlin interfaceNativeQuery<T extends NativeQuery<?,?>, U>
-
parameter
- Specified by:
parameterin interfaceNativeQuery<T extends NativeQuery<?,?>, U>
-
generateParameterMap
-
getParameters
-