Overload List
| Name | Description | |
|---|---|---|
| Persist(Object) |
Make a transient instance persistent. This operation cascades to associated
instances if the association is mapped with cascade="persist". (Inherited from ISession.)The semantics of this method are defined by JSR-220. | |
| Persist(String, Object) |
Make a transient instance persistent. This operation cascades to associated
instances if the association is mapped with cascade="persist". (Inherited from ISession.)The semantics of this method are defined by JSR-220. | |
| Persist(String, Object, IDictionary) | Cascade persist an entity instance |