Files
java-tutorials/persistence-modules/README.md
T

12 lines
443 B
Markdown
Raw Normal View History

2017-11-14 14:47:48 +02:00
## Persistence Modules
2018-01-18 02:53:17 +06:00
### Relevant Articles:
- [Introduction to Hibernate Search](http://www.baeldung.com/hibernate-search)
2018-03-02 22:40:04 +06:00
- [Bootstrapping Hibernate 5 with Spring](http://www.baeldung.com/hibernate-5-spring)
- [Introduction to Lettuce the Java Redis Client](http://www.baeldung.com/java-redis-lettuce)
2018-04-11 11:33:18 +06:00
- [A Guide to Jdbi](http://www.baeldung.com/jdbi)
2018-06-01 18:04:12 +06:00
- [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking)