protected int[] |
JoinSetStore.doInternalAdd(org.datanucleus.state.ObjectProvider op,
E element,
org.datanucleus.store.connection.ManagedConnection conn,
boolean batched,
int orderId,
boolean executeNow) |
|
int[] |
AbstractArrayStore.internalAdd(org.datanucleus.state.ObjectProvider op,
E element,
org.datanucleus.store.connection.ManagedConnection conn,
boolean batched,
int orderId,
boolean executeNow) |
Internal method to add a row to the join table.
|
protected int[] |
JoinMapStore.internalPut(org.datanucleus.state.ObjectProvider ownerOP,
org.datanucleus.store.connection.ManagedConnection conn,
boolean batched,
Object key,
Object value,
boolean executeNow) |
Method to process a "put" statement (where the key has no value in the join table).
|
protected int[] |
AbstractListStore.internalShift(org.datanucleus.state.ObjectProvider op,
org.datanucleus.store.connection.ManagedConnection conn,
boolean batched,
int oldIndex,
int amount,
boolean executeNow) |
Method to process a "shift" statement, updating the index in the list of the specified index.
|
protected int[] |
AbstractListStore.internalShiftBulk(org.datanucleus.state.ObjectProvider op,
org.datanucleus.store.connection.ManagedConnection conn,
boolean batched,
int start,
int amount,
boolean executeNow) |
Method to process a "shift" statement for all rows from the start point, updating the index in the list for the specified owner.
|
protected void |
JoinMapStore.internalUpdate(org.datanucleus.state.ObjectProvider ownerOP,
org.datanucleus.store.connection.ManagedConnection conn,
boolean batched,
Object key,
Object value,
boolean executeNow) |
Method to process an "update" statement (where the key already has a value in the join table).
|
protected boolean |
ArrayStoreIterator.next(Object rs) |
|
protected boolean |
ListStoreIterator.next(Object resultSet) |
|
void |
AbstractArrayStore.processBatchedWrites(org.datanucleus.store.connection.ManagedConnection mconn) |
|