public class NativeHistoricVariableInstanceQueryImpl extends AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance> implements NativeHistoricVariableInstanceQuery
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | isCustomObjectDeserializationEnabled | 
commandContext, commandExecutor, firstResult, maxResults, resultType| Constructor and Description | 
|---|
| NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext) | 
| NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor) | 
| Modifier and Type | Method and Description | 
|---|---|
| NativeHistoricVariableInstanceQuery | disableCustomObjectDeserialization()Disable deserialization of variable values that are custom objects. | 
| long | executeCount(CommandContext commandContext,
            Map<String,Object> parameterMap) | 
| List<HistoricVariableInstance> | 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, sqlprotected boolean isCustomObjectDeserializationEnabled
public NativeHistoricVariableInstanceQueryImpl(CommandContext commandContext)
public NativeHistoricVariableInstanceQueryImpl(CommandExecutor commandExecutor)
public NativeHistoricVariableInstanceQuery disableCustomObjectDeserialization()
NativeHistoricVariableInstanceQuerydisableCustomObjectDeserialization in interface NativeHistoricVariableInstanceQuerypublic List<HistoricVariableInstance> executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
AbstractNativeQueryexecuteList in class AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>public long executeCount(CommandContext commandContext, Map<String,Object> parameterMap)
executeCount in class AbstractNativeQuery<NativeHistoricVariableInstanceQuery,HistoricVariableInstance>Copyright © 2018. All rights reserved.