org.apache.openjpa.kernel
Interface QueryOperations

All Known Subinterfaces:
Query, StoreQuery
All Known Implementing Classes:
AbstractStoreQuery, DelegatingQuery, ExpressionStoreQuery, JDBCStoreQuery, MethodStoreQuery, QueryCacheStoreQuery, QueryImpl, SQLStoreQuery

public interface QueryOperations

Query operation constants.

Since:
0.4.0

Field Summary
static int OP_DELETE
          Symbolic constant that indicates that this query will be performing a delete operation.
static int OP_SELECT
          Symbolic constant that indicates that this query will be performing a select operation.
static int OP_UPDATE
          Symbolic constant that indicates that this query will be performing a update operation.
 

Field Detail

OP_SELECT

static final int OP_SELECT
Symbolic constant that indicates that this query will be performing a select operation.

See Also:
QueryContext.getOperation(), Constant Field Values

OP_DELETE

static final int OP_DELETE
Symbolic constant that indicates that this query will be performing a delete operation.

See Also:
QueryContext.getOperation(), Constant Field Values

OP_UPDATE

static final int OP_UPDATE
Symbolic constant that indicates that this query will be performing a update operation.

See Also:
QueryContext.getOperation(), Constant Field Values


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

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01