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.
(Inherited from ISession.)
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".
(Inherited from ISession.)

See Also