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
|
|
|
|
- [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)
|
2018-12-02 08:11:11 -08:00
|
|
|
|
- [Get All Data from a Table with Hibernate](https://www.baeldung.com/hibernate-select-all)
|
2018-12-06 22:57:24 +05:30
|
|
|
|
- [Spring Data with Reactive Cassandra](https://www.baeldung.com/spring-data-cassandra-reactive)
|
2019-04-09 17:10:31 +05:30
|
|
|
|
- [Spring Data JPA – Derived Delete Methods](https://www.baeldung.com/spring-data-jpa-deleteby)
|
2019-04-09 17:17:51 +05:30
|
|
|
|
- [Difference Between save() and saveAndFlush() in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-save-saveandflush)
|
2019-05-03 14:27:41 +08:00
|
|
|
|
- [Spring Boot with Hibernate](https://www.baeldung.com/spring-boot-hibernate)
|
2019-05-08 16:09:57 +05:30
|
|
|
|
- [Persisting Maps with Hibernate](https://www.baeldung.com/hibernate-persisting-maps)
|
2019-05-08 16:45:57 +05:30
|
|
|
|
- [Difference Between @Size, @Length, and @Column(length=value)](https://www.baeldung.com/jpa-size-length-column-differences)
|