|
174 | 174 | - Detached State
|
175 | 175 | > In this state, the persistent object still exists after the closure of the active session. In other words, the changes to the pojo object will not be reflected in the database and vice-versa.
|
176 | 176 | - Removed State
|
177 | | - > When the persistent object is deleted from the database, it is passed to the session’s `delete(obj)` method. At this state, java instance exists but any changes made to the object are not saved to the database. |
| 177 | + > When the persistent object is deleted from the database, it is passed to the session’s `delete(obj)` method. At this state, java instance exists but any changes made to the object are not saved to the database. |
| 178 | + <> |
178 | 179 |
|
179 | 180 | 22. __Different annotations used in `@ManyToMany` Association__<br>
|
180 | 181 | - `@JoinTable`
|
|
0 commit comments