Skip to content

Commit 6231a5e

Browse files
authored
Merge branch 'master' into lor6-patch-17
2 parents 1a76da2 + a041e96 commit 6231a5e

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

core-java-8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@
3737
- [Java @SuppressWarnings Annotation](https://www.baeldung.com/java-suppresswarnings)
3838
- [Java @SafeVarargs Annotation](https://www.baeldung.com/java-safevarargs)
3939
- [Java @Deprecated Annotation](https://www.baeldung.com/java-deprecated)
40+
- [Java 8 Predicate Chain](https://www.baeldung.com/java-predicate-chain)

core-java-lang/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
- [“Sneaky Throws” in Java](http://www.baeldung.com/java-sneaky-throws)
3535
- [Retrieving a Class Name in Java](https://www.baeldung.com/java-class-name)
3636
- [Java Compound Operators](https://www.baeldung.com/java-compound-operators)
37+
- [Guide to Java Packages](https://www.baeldung.com/java-packages)

java-collections-maps/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
- [Finding the Highest Value in a Java Map](https://www.baeldung.com/java-find-map-max)
1818
- [Merging Two Maps with Java 8](https://www.baeldung.com/java-merge-maps)
1919
- [How to Check If a Key Exists in a Map](https://www.baeldung.com/java-map-key-exists)
20+
- [Comparing Two HashMaps in Java](https://www.baeldung.com/java-compare-hashmaps)

persistence-modules/hibernate5/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
- [Difference Between @JoinColumn and mappedBy](https://www.baeldung.com/jpa-joincolumn-vs-mappedby)
2424
- [Hibernate 5 Bootstrapping API](https://www.baeldung.com/hibernate-5-bootstrapping-api)
2525
- [Criteria Queries Using JPA Metamodel](https://www.baeldung.com/hibernate-criteria-queries-metamodel)
26+
- [Guide to the Hibernate EntityManager](https://www.baeldung.com/hibernate-entitymanager)

persistence-modules/java-jpa/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
- [A Guide to SqlResultSetMapping](http://www.baeldung.com/jpa-sql-resultset-mapping)
44
- [A Guide to Stored Procedures with JPA](http://www.baeldung.com/jpa-stored-procedures)
5-
- [Fixing the JPA error “java.lang.String cannot be cast to [Ljava.lang.String;”](https://www.baeldung.com/jpa-error-java-lang-string-cannot-be-cast)
5+
- [Fixing the JPA error “java.lang.String cannot be cast to Ljava.lang.String;”](https://www.baeldung.com/jpa-error-java-lang-string-cannot-be-cast)
6+
- [JPA Entity Graph](https://www.baeldung.com/jpa-entity-graph)

0 commit comments

Comments
 (0)