Skip to content

Commit a642a30

Browse files
authored
Merge pull request #16539 from rcalago/master
Update on README.md
2 parents 7fdcb3e + d495652 commit a642a30

File tree

2 files changed

+3
-1
lines changed
  • algorithms-modules/algorithms-miscellaneous-8
  • persistence-modules/hibernate-jpa-2

2 files changed

+3
-1
lines changed

algorithms-modules/algorithms-miscellaneous-8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
- [Implement Connect 4 Game with Java](https://www.baeldung.com/java-connect-4-game)
99
- [SkipList Implementation in Java](https://www.baeldung.com/java-skiplist)
1010
- [Find the Date of Easter Sunday for the Given Year](https://www.baeldung.com/java-determine-easter-date-specific-year)
11+
- [Calculating Moving Averages in Java](https://www.baeldung.com/java-compute-moving-average)
1112
- More articles: [[<-- prev]](/algorithms-miscellaneous-7)

persistence-modules/hibernate-jpa-2/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ This module contains articles specific to use of Hibernate as a JPA implementati
77
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
88
- [Quick Guide to EntityManager#getReference()](https://www.baeldung.com/jpa-entity-manager-get-reference)
99
- [JPA Entities and the Serializable Interface](https://www.baeldung.com/jpa-entities-serializable)
10-
- [The @Struct Annotation Type in Hibernate – Structured User-Defined Types](https://www.baeldung.com/java-hibernate-struct-annotation)
10+
- [The @Struct Annotation Type in Hibernate – Structured User-Defined Types](https://www.baeldung.com/java-hibernate-struct-annotation)
11+
- [PersistenceUnit vs. PersistenceContext](https://www.baeldung.com/java-persistenceunit-persistencecontext-difference)

0 commit comments

Comments
 (0)