Package org.eclipse.persistence.jpa.rs.eventlistener


package org.eclipse.persistence.jpa.rs.eventlistener
  • Interfaces
    Class
    Description
    A ChangeListener is used to extend a PersistenceContext to react to database sent change events.
    Provides a mechanism for plugging in database event listener creation.
    Extends EclipseLink's database event listening capabilities by allowing a listener to subscribe to to change notifications from the database This listener also expands the interface to support subscription on a descriptor basis rather than the wholesale subscription provided by its superclass.