Skip to content

Commit 08340fe

Browse files
committed
+ img fix
1 parent 1ea830a commit 08340fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@
175175
> 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.
176176
- Removed State
177177
> 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-
<![Object LifeCycle in Hibernate](/objectLifeCycle.jpeg)>
178+
<br>
179+
<img src="/objectLifeCycle.jpeg" alt="Object LifeCycle in Hibernate" align="center">
179180
180181
22. __Different annotations used in `@ManyToMany` Association__<br>
181182
- `@JoinTable`

0 commit comments

Comments
 (0)