Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6d4cd48

Browse files
+ img fix
1 parent 08340fe commit 6d4cd48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎README.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
- ManyToMany
5353

5454
7. __`get()` v/s `load()`__<br>
55-
<table>
55+
<tablealign="center">
5656
<tr>
5757
<th><samp>get()</samp></th>
5858
<td><samp>load()</samp></th>
@@ -175,8 +175,9 @@
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+
178179
<br>
179-
<img src="/objectLifeCycle.jpeg" alt="Object LifeCycle in Hibernate" align="center">
180+
<img src="/objectLifeCycle.jpeg" alt="Object LifeCycle in Hibernate" style="align: center;">
180181

181182
22. __Different annotations used in `@ManyToMany` Association__<br>
182183
- `@JoinTable`
@@ -257,7 +258,7 @@
257258
## Spring FAQs
258259

259260
1. __BeanFactory v/s ApplicationContext__<br>
260-
<table>
261+
<table align="center">
261262
<tr>
262263
<th>BeanFactory</th>
263264
<td>ApplicationContext</th>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /