22 lines
1.3 KiB
Markdown
Raw Normal View History

## JPA in Java
This module contains articles about JPA (Java Persistence API) in Java.
### Relevant Articles
2018-07-25 22:34:32 +02:00
- [A Guide to SqlResultSetMapping](http://www.baeldung.com/jpa-sql-resultset-mapping)
- [A Guide to Stored Procedures with JPA](http://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-03-18 18:48:48 +08:00
- [Combining JPA And/Or Criteria Predicates](https://www.baeldung.com/jpa-and-or-criteria-predicates)
2019-05-08 12:36:35 +05:30
- [Types of JPA Queries](https://www.baeldung.com/jpa-queries)
2019-06-05 16:08:26 +05:30
- [JPA/Hibernate Projections](https://www.baeldung.com/jpa-hibernate-projections)
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-05-24 16:57:44 +08:00
- [Default Column Values in JPA](https://www.baeldung.com/jpa-default-column-values)
2019-07-15 04:18:02 -07:00
- [Persisting Enums in JPA](https://www.baeldung.com/jpa-persisting-enums-in-jpa)
- More articles: [[next -->]](/java-jpa-2)