public class NativeUserQueryImpl extends AbstractNativeQuery<NativeUserQuery,User> implements NativeUserQuery
commandContext, commandExecutor, firstResult, maxResults, resultType
Constructor and Description |
---|
NativeUserQueryImpl(CommandContext commandContext) |
NativeUserQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<User> |
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, sql
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, list, listPage, parameter, singleResult, sql
public NativeUserQueryImpl(CommandContext commandContext)
public NativeUserQueryImpl(CommandExecutor commandExecutor)
public List<User> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
AbstractNativeQuery
executeList
in class AbstractNativeQuery<NativeUserQuery,User>
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount
in class AbstractNativeQuery<NativeUserQuery,User>
Copyright © 2022. All rights reserved.