org.apache.openjpa.slice.jdbc
Class DistributedSQLStoreQuery.UpdateExecutor

java.lang.Object
  extended by org.apache.openjpa.slice.jdbc.DistributedSQLStoreQuery.UpdateExecutor
All Implemented Interfaces:
Callable<Number>
Enclosing class:
DistributedSQLStoreQuery

static class DistributedSQLStoreQuery.UpdateExecutor
extends Object
implements Callable<Number>


Field Summary
(package private)  StoreQuery.Executor executor
           
(package private)  Object[] params
           
(package private)  StoreQuery query
           
 
Constructor Summary
DistributedSQLStoreQuery.UpdateExecutor()
           
 
Method Summary
 Number call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

StoreQuery query

executor

StoreQuery.Executor executor

params

Object[] params
Constructor Detail

DistributedSQLStoreQuery.UpdateExecutor

DistributedSQLStoreQuery.UpdateExecutor()
Method Detail

call

public Number call()
            throws Exception
Specified by:
call in interface Callable<Number>
Throws:
Exception


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.