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

17 lines
1.2 KiB
Markdown
Raw Normal View History

2018-07-25 16:34:32 -04:00
# Relevant Articles
- [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 07:00:02 -04: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 15:56:06 -05:00
- [JPA Entity Graph](https://www.baeldung.com/jpa-entity-graph)
2019-01-27 08:09:46 -05:00
- [JPA 2.2 Support for Java 8 Date/Time Types](https://www.baeldung.com/jpa-java-time)
2019-02-05 05:49:19 -05:00
- [Converting Between LocalDate and SQL Date](https://www.baeldung.com/java-convert-localdate-sql-date)
2019-03-18 06:48:48 -04:00
- [Combining JPA And/Or Criteria Predicates](https://www.baeldung.com/jpa-and-or-criteria-predicates)
2019-05-08 03:06:35 -04:00
- [Types of JPA Queries](https://www.baeldung.com/jpa-queries)
2019-06-05 06:38:26 -04:00
- [JPA/Hibernate Projections](https://www.baeldung.com/jpa-hibernate-projections)
2019-06-05 06:47:51 -04:00
- [Composite Primary Keys in JPA](https://www.baeldung.com/jpa-composite-primary-keys)
2019-05-24 04:52:02 -04:00
- [Defining JPA Entities](https://www.baeldung.com/jpa-entities)
2019-05-24 04:56:51 -04:00
- [JPA @Basic Annotation](https://www.baeldung.com/jpa-basic-annotation)
2019-05-24 04:57:44 -04:00
- [Default Column Values in JPA](https://www.baeldung.com/jpa-default-column-values)
2019-07-15 07:18:02 -04:00
- [Persisting Enums in JPA](https://www.baeldung.com/jpa-persisting-enums-in-jpa)