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

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

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


Field Summary
(package private)  StoreQuery.Executor executor
           
(package private)  Object[] params
           
(package private)  StoreQuery query
           
 
Constructor Summary
DistributedSQLStoreQuery.DeleteExecutor()
           
 
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.DeleteExecutor

DistributedSQLStoreQuery.DeleteExecutor()
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.