2018-07-25 22:34:32 +02:00
|
|
|
# Relevant Articles
|
|
|
|
|
2018-09-01 21:36:49 +05:30
|
|
|
- [A Guide to SqlResultSetMapping](http://www.baeldung.com/jpa-sql-resultset-mapping)
|
2018-12-06 22:57:24 +05:30
|
|
|
- [A Guide to Stored Procedures with JPA](http://www.baeldung.com/jpa-stored-procedures)
|
2019-05-03 14:48:18 +08:00
|
|
|
- [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)
|
2019-01-02 22:56:06 +02:00
|
|
|
- [JPA Entity Graph](https://www.baeldung.com/jpa-entity-graph)
|
2019-01-27 15:09:46 +02:00
|
|
|
- [JPA 2.2 Support for Java 8 Date/Time Types](https://www.baeldung.com/jpa-java-time)
|
2019-02-05 16:19:19 +05:30
|
|
|
- [Converting Between LocalDate and SQL Date](https://www.baeldung.com/java-convert-localdate-sql-date)
|
2019-03-18 18:48:48 +08:00
|
|
|
- [Combining JPA And/Or Criteria Predicates](https://www.baeldung.com/jpa-and-or-criteria-predicates)
|
2019-05-02 17:23:07 +08:00
|
|
|
- [Types of JPA Queries](https://www.baeldung.com/jpa-queries)
|