Date and Time Mappings with Hibernate and JPA
Guide to mapping Java date/time types (java.time, java.util, java.sql) to database columns using Hibernate and JPA, including version compatibility.
Guide to mapping Java date/time types (java.time, java.util, java.sql) to database columns using Hibernate and JPA, including version compatibility.
An update on the Spring RESTBucks sample project, showcasing integration of jMolecules for DDD, Spring Data REST, and Jackson for hypermedia APIs.
A tutorial on configuring a Quarkus application using application.properties and the Microprofile Config API for environment-specific settings.
Author announces the release of a self-published, 240-page guide on Java Persistence API (JPA), covering fundamentals to advanced integration.
A tutorial on building a CRUD REST API using Spring Boot 2, Hibernate, JPA, and MySQL, including project setup and testing.
A tutorial on developing and deploying a Java Spring Boot REST application to Oracle Cloud's Application Container Cloud service.
Explores using Spring's @DomainEvents annotation with JPA to implement domain events, discussing challenges and solutions for event broadcasting.
A guide to implementing efficient batch processing in JPA/Hibernate by managing session cache, transaction size, and data fetching strategies.
Explains the pitfalls of optimistic locking in JPA/Hibernate and how to properly implement it to prevent data overwrites.
Explains how to use JOIN operations in JPA finder queries within the Play Framework to filter tasks by a related user's name.
A tutorial on creating a generic helper class for database unit testing in Play Framework 2 Java applications using JPA and fixtures.
A guide to using YAML fixtures for loading test data in Play Framework 2 applications with JPA, using the Fixy library.
A guide to creating an Ebean-like finder utility for JPA/Hibernate in a Play Framework project, with code examples.
Introduces new Java Persistence API (JPA) support in the Spring Integration 2.2 framework for enterprise application development.
Hades 1.5 released, removing the mandatory Persistable interface requirement and introducing new XML namespace features for Spring/JPA applications.
Developer announces joining SpringSource/VMware as Senior Consultant, reflecting on past work with Spring and enterprise Java.
A tutorial on building a Java EE 6 web application with MySQL, JPA 2.0, and Servlet 3.0 using the GlassFish Tools Bundle for Eclipse.
Explains the difference between @PersistenceUnit and @PersistenceContext for injecting JPA resources in Java EE applications.
A tutorial on building a Java EE 6 web app using JSF 2.0 and JPA 2.0 with NetBeans and GlassFish.
Announcement of Hades 0.4, a DAO library update with Eclipse plugin support and JPA provider auto-detection.