Hibernate provides a number of capabilities beyond the simple “native Hibernate API.” In this chapter, we are going to discuss using the standard JPA configuration resource, Hibernate’s object validation facilities, and object lifecycle events — along with a few other tricks.
The Java Persistence Architecture
The Java Persistence Architecture, or JPA, is a standard approved by the Java Community Process, with input from representatives of ...