public interface OpCallbacks
| Modifier and Type | Field and Description | 
|---|---|
| static int | ACT_CASCADE | 
| static int | ACT_NONE | 
| static int | ACT_RUN | 
| static int | OP_ATTACH | 
| static int | OP_DELETE | 
| static int | OP_DETACH | 
| static int | OP_EVICT | 
| static int | OP_LOCK | 
| static int | OP_NONTRANSACTIONAL | 
| static int | OP_PERSIST | 
| static int | OP_REFRESH | 
| static int | OP_RELEASE | 
| static int | OP_RETRIEVE | 
| static int | OP_TRANSACTIONAL | 
| Modifier and Type | Method and Description | 
|---|---|
| int | processArgument(int op,
               Object arg,
               OpenJPAStateManager sm)Process operation argument. | 
static final int OP_PERSIST
static final int OP_DELETE
static final int OP_REFRESH
static final int OP_RETRIEVE
static final int OP_RELEASE
static final int OP_EVICT
static final int OP_ATTACH
static final int OP_DETACH
static final int OP_NONTRANSACTIONAL
static final int OP_TRANSACTIONAL
static final int OP_LOCK
static final int ACT_NONE
static final int ACT_CASCADE
static final int ACT_RUN
int processArgument(int op,
                  Object arg,
                  OpenJPAStateManager sm)
OpenJPAException for illegal value.op - the operation constantarg - the object passed to the operationsm - the argument's state manager, or null if noneCopyright © 2006–2018 Apache Software Foundation. All rights reserved.