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". 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". The semantics of this method are defined by JSR-220. |