Skip to content

RatJuggler/jpa-hibernate-interceptors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpa-hibernate-interceptors

Experimenting with JPA Hibernate interceptors.

Useful links:

Pros

  • More fined grained access to the persistence lifecycle.
  • Full access to the entity being loaded / persisted.

Cons

  • Applies to all entites in the persistence session.
  • Can leave the presistence session / entity in a dirty state when you change entity attributes in some intercepts.
  • Greater understanding of the persistence lifecycle required.
  • Can be difficult to configure in a SpringBoot environment.
  • Hibernate specific.

About

Experimenting with JPA Hibernate interceptors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages