This week was focused on Java 9, new Spring Cloud goodness and finally getting Guava 20. Good stuff all ’round.
Search Results for: mysql
Guide to Spring NonTransientDataAccessException
Guide to the most common types of Spring’s NonTransientDataAccessException.
Stored Procedures with Hibernate
This article shortly discusses how to call store procedures from Hibernate.
A Guide to Stored Procedures with JPA
A quick, practical guide to using Stored Procedures with the Java Persistence API (JPA).
Java Web Weekly 112
An interesting week with JUnit finally moving forward, new Hibernate documentation and some reactor updates in the Spring ecosystem.
Java Web Weekly 52
A busy holiday week for the whole Java ecosystem – an alternative to the deprecation JEP, lots of good talks and an intelligent writeup about giving advice.
An Introduction to Grails 3 and GORM
A very quick intro to Grails and GORM, to be used as a guide to getting started with the framework.
Java Web Weekly 38 (formerly the “Baeldung Weekly Review”)
A name change for the “Baeldung Weekly Review”, API Hypermedia controls, soft assertions and a strong focus on shipping your work. A great week.
Use Liquibase to Safely Evolve Your Database Schema
How to use Liquibase to safely and maturely evolve the database schema of your Java app.
Baeldung Weekly Review 11
An interesting and diverse week, from the plans for Java 9 to joys of Yak Shaving. Enjoy.
Spring JDBC
Introduction to the Spring JDBC abstraction, with example on how to use the JbdcTempalte and NamedParameterJdbcTemplate APIs.
Spring Profiles
How to define and use Profiles in Spring. The 4 ways to enable profiles and their precedence. And a real-world example using profiles.
Project Configuration with Spring
This article discusses an simple yet flexible solution to configuration that is specific to the environment with Spring.
A Guide to JPA with Spring
Setup JPA with Spring – how to set up the EntityManager factory and use the raw JPA APIs.
Properties with Spring and Spring Boot
Tutorial for how to work with properties files and property values in Spring.
Hibernate Mapping Exception – Unknown Entity
Hibernate Mapping Exception – Unknown Entity – causes and solutions.
Hibernate 3 with Spring
Setup Hibernate 3 with Spring – the Java and XML Configuration, integration with MySQL and usage best practices.