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

6 lines
351 B
Markdown
Raw Normal View History

2018-07-25 22:34:32 +02:00
# Relevant Articles
- [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)
- [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)