Overload List

  NameDescription
Public methodReplicate(Object, ReplicationMode)
Persist all reachable transient objects, reusing the current identifier values. Note that this will not trigger the Interceptor of the Session.
Public methodReplicate(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".

See Also