JavaScript is disabled on your browser.
EclipseLink 3.0.0, API Reference
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Subinterfaces:
DescriptorBasedDatabaseEventListener
All Known Implementing Classes:
OracleChangeNotificationListener
public interface DatabaseEventListener
PUBLIC:
Defines the API for integration with a database event notification service.
This allows the EclipseLink cache to be invalidated by database change events.
This is used to support Oracle DCN (Database Change event Notification),
but could also be used by triggers or other services.
See Also:
DatabaseChangeNotificationType
Author:
James Sutherland
Since:
EclipseLink 2.4
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
void
initialize (ClassDescriptor descriptor,
org.eclipse.persistence.internal.sessions.AbstractSession session)
Initialize the descriptor to receive database change events.
void
register (Session session)
Register for database change events and invalidate the session's cache.
void
remove (Session session)
Remove registration from database change events.
Method Detail
initialize
void initialize(ClassDescriptor descriptor,
org.eclipse.persistence.internal.sessions.AbstractSession session)
Initialize the descriptor to receive database change events.
This is called when the descriptor is initialized.
EclipseLink 3.0.0, API Reference
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2007–2020 Eclipse.org - EclipseLink Project . All rights reserved.