Skip to content

Commit 17f307b

Browse files
Batch updates (including versioned entities)
1 parent 3e29243 commit 17f307b

File tree

1 file changed

+10
-3
lines changed
  • HibernateSpringBootBatchUpdateOrderSingleEntity

1 file changed

+10
-3
lines changed

HibernateSpringBootBatchUpdateOrderSingleEntity/README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ and delete operations (entities that contains `@Version` for implicit optimistic
1313
**Output example for single entity:**
1414
![](https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/HibernateSpringBootBatchUpdateOrderSingleEntity/batch%20updates.png)
1515

16-
-------------------------------
16+
-----------------------------------------------------------------------------------------------------------------------
17+
<table>
18+
<tr><td><b>If you need a deep dive into the performance recipes exposed in this repository then I am sure that you will love my book "Spring Boot Persistence Best Practices"</b></td><td><b>If you need a hand of tips and illustrations of 100+ Java persistence performance issues then "Java Persistence Performance Illustrated Guide" is for you.</b></td></tr>
19+
<tr><td>
20+
<a href="https://www.apress.com/us/book/9781484256251"><p align="left"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Spring%20Boot%20Persistence%20Best%20Practices.jpg" height="500" width="450"/></p></a>
21+
</td><td>
22+
<a href="https://leanpub.com/java-persistence-performance-illustrated-guide"><p align="right"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Java%20Persistence%20Performance%20Illustrated%20Guide.jpg" height="500" width="450"/></p></a>
23+
</td></tr></table>
24+
25+
-----------------------------------------------------------------------------------------------------------------------
1726

18-
**You may like to try as well:**
19-
<a href="https://leanpub.com/java-persistence-performance-illustrated-guide"><p align="center"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Java%20Persistence%20Performance%20Illustrated%20Guide.jpg" height="410" width="350"/></p></a>

0 commit comments

Comments
 (0)