| Package | Description |
|---|---|
| org.jsimpledb |
Abstraction layer allowing access to a
Database using normal Java objects. |
| org.jsimpledb.change |
Classes passed to
@OnChange-annotated methods. |
| Modifier and Type | Method and Description |
|---|---|
CopyState |
CopyState.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
JTransaction.copyTo(JTransaction dest,
CopyState copyState,
Iterable<? extends JObject> jobjs)
Copy the objects in the specified
Iterable into the specified destination transaction. |
JObject |
JTransaction.copyTo(JTransaction dest,
JObject srcObj,
ObjId dstId,
CopyState copyState,
String... refPaths)
Copy the specified object, and any other objects referneced through the specified reference paths,
into the specified destination transaction.
|
JObject |
JObject.copyTo(JTransaction dest,
ObjId target,
CopyState copyState,
String... refPaths)
Copy this instance, and other instances it references through the specified
refPaths (if any), into a (possibly)
different JTransaction. |
| Modifier and Type | Field and Description |
|---|---|
protected CopyState |
ChangeCopier.copyState |
| Modifier and Type | Method and Description |
|---|---|
CopyState |
ChangeCopier.getCopyState()
Get the
CopyState used by this instance. |
Copyright © 2017. All rights reserved.