Package org.hibernate.jpa.event.spi


package org.hibernate.jpa.event.spi
The SPI contracts for supporting JPA lifecycle callbacks and entity listeners.
See Also:
  • Class
    Description
    Represents a JPA entity lifecycle callback method.
     
    Registry of JPA entity lifecycle callbacks by entity and type.
    Contract for injecting the registry of Callbacks into event listeners.
    Enumerates the entity lifecycle callback types defined by JPA.