public class NativeDeploymentQueryImpl extends AbstractNativeQuery<NativeDeploymentQuery,Deployment> implements NativeDeploymentQuery
commandContext, commandExecutor, firstResult, maxResults, resultType| Constructor and Description |
|---|
NativeDeploymentQueryImpl(CommandContext commandContext) |
NativeDeploymentQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Deployment> |
executeList(CommandContext commandContext,
Map<String,Object> parameterMap,
int firstResult,
int maxResults)
Executes the actual query to retrieve the list of results.
|
count, execute, executeSingleResult, getParameters, list, listPage, parameter, setCommandExecutor, singleResult, sqlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, list, listPage, parameter, singleResult, sqlpublic NativeDeploymentQueryImpl(CommandContext commandContext)
public NativeDeploymentQueryImpl(CommandExecutor commandExecutor)
public List<Deployment> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
AbstractNativeQueryexecuteList in class AbstractNativeQuery<NativeDeploymentQuery,Deployment>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeDeploymentQuery,Deployment>Copyright © 2016 Alfresco. All rights reserved.