2019-09-28 12:40:03 +02:00
|
|
|
## JPA in Java
|
|
|
|
|
|
2019-09-29 09:30:37 +02:00
|
|
|
This module contains articles about the Java Persistence API (JPA) in Java.
|
2019-09-28 12:40:03 +02:00
|
|
|
|
|
|
|
|
### Relevant Articles
|
2018-07-25 22:34:32 +02:00
|
|
|
|
2019-09-28 21:06:14 +03:00
|
|
|
- [A Guide to SqlResultSetMapping](https://www.baeldung.com/jpa-sql-resultset-mapping)
|
|
|
|
|
- [A Guide to Stored Procedures with JPA](https://www.baeldung.com/jpa-stored-procedures)
|
2019-05-29 19:00:02 +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-06-05 16:17:51 +05:30
|
|
|
- [Composite Primary Keys in JPA](https://www.baeldung.com/jpa-composite-primary-keys)
|
2019-05-24 16:52:02 +08:00
|
|
|
- [Defining JPA Entities](https://www.baeldung.com/jpa-entities)
|
2019-05-24 16:56:51 +08:00
|
|
|
- [JPA @Basic Annotation](https://www.baeldung.com/jpa-basic-annotation)
|
2019-07-15 04:18:02 -07:00
|
|
|
- [Persisting Enums in JPA](https://www.baeldung.com/jpa-persisting-enums-in-jpa)
|
2019-09-28 12:40:03 +02:00
|
|
|
- More articles: [[next -->]](/java-jpa-2)
|