public class NativeGroupQueryImpl extends AbstractNativeQuery<NativeGroupQuery,Group> implements NativeGroupQuery
BaseNativeQuery.ResultType
commandContext, commandExecutor
firstResult, maxResults, parameters, resultType, sqlStatement
Constructor and Description |
---|
NativeGroupQueryImpl(CommandContext commandContext) |
NativeGroupQueryImpl(CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Group> |
executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
count, execute, executeSingleResult, list, listPage, parameter, setCommandExecutor, singleResult, sql
generateParameterMap, getParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, list, listPage, parameter, singleResult, sql
public NativeGroupQueryImpl(CommandContext commandContext)
public NativeGroupQueryImpl(CommandExecutor commandExecutor)
public List<Group> executeList(CommandContext commandContext, Map<String,Object> parameterMap)
executeList
in class AbstractNativeQuery<NativeGroupQuery,Group>
public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount
in class AbstractNativeQuery<NativeGroupQuery,Group>