Overload List
Name | Description | |
---|---|---|
Replicate(Object, ReplicationMode) |
Persist all reachable transient objects, reusing the current identifier
values. Note that this will not trigger the Interceptor of the Session.
| |
Replicate(String, Object, ReplicationMode) |
Persist the state of the given detached instance, reusing the current
identifier value. This operation cascades to associated instances if
the association is mapped with cascade="replicate".
|