- What's the difference between JPA, Hibernate and EclipseLink https://www.thoughts-on-java.org/difference-jpa-hibernate-eclipselink/ 9 comments java
- Effective Java 3rd Edition - A Must-Read for Every Developer https://www.thoughts-on-java.org/review-effective-java-3rd-edition/ 3 comments java
- The end of Java Weekly ... for now http://www.thoughts-on-java.org/end-java-weekly-now/ 4 comments java
- How to implement a soft delete with Hibernate http://www.thoughts-on-java.org/implement-soft-delete-hibernate 3 comments java
- A complete guide for inheritance strategies with JPA and Hibernate http://www.thoughts-on-java.org/complete-guide-inheritance-strategies-jpa-hibernate/ 4 comments java
- Hibernate Best Practices http://www.thoughts-on-java.org/hibernate-best-practices/ 3 comments java
- @NaturalId - A good way to persist natural IDs with Hibernate? http://www.thoughts-on-java.org/naturalid-good-way-persist-natural-ids-hibernate/ 8 comments java
- How to use Java 8's Optional with Hibernate http://www.thoughts-on-java.org/use-java-8-optional-hibernate/ 3 comments java
- How to generate primary keys with JPA and Hibernate http://www.thoughts-on-java.org/jpa-generate-primary-keys/ 5 comments java
- 11 JPA and Hibernate query hints every developer should know http://www.thoughts-on-java.org/11-jpa-hibernate-query-hints-every-developer-know/ 14 comments java
- How to use PostgreSQL's JSONB data type with Hibernate http://www.thoughts-on-java.org/persist-postgresqls-jsonb-data-type-hibernate/ 6 comments java
- Hibernate Logging Guide - Use the right config for dev and prod http://www.thoughts-on-java.org/hibernate-logging-guide/ 3 comments java
- 7 Tips to boost your Hibernate performance http://www.thoughts-on-java.org/tips-to-boost-your-hibernate-performance/ 14 comments java
- Create type-safe queries with the JPA static metamodel http://www.thoughts-on-java.org/static-metamodel/ 4 comments java
- Java Weekly 37/15: Optional, Unsafe, G1 benchmark, MVC 1.0 http://www.thoughts-on-java.org/java-weekly-3715/ 4 comments java
- How to call stored procedures in JPA http://www.thoughts-on-java.org/call-stored-procedures-jpa/ 8 comments java
- How to persist LocalDate and LocalDateTime with JPA http://www.thoughts-on-java.org/persist-localdate-localdatetime-jpa/ 5 comments java
- There are no strict rules in software development http://www.thoughts-on-java.org/strict-rules-software-development 38 comments java
- JPA 2.1 - 12 features every developer should know http://www.thoughts-on-java.org/2015/02/jpa-21-overview.html 6 comments java
- Java Weekly #10: Concurrency, no config JSR, MVC, JCP and more... http://www.thoughts-on-java.org/2014/09/java-weekly-10-concurrency-no-config.html 3 comments java
- Java EE Pitfalls #1: Ignore the default lock of a @Singleton http://www.thoughts-on-java.org/2014/06/java-ee-pitfalls-1-ignore-default-lock.html 3 comments programming