Interface DescriptorBasedDatabaseEventListener
- All Superinterfaces:
DatabaseEventListener
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChangeListener
(ChangeListener listener) void
Register for change notifications on a particular descriptorvoid
removeChangeListener
(ChangeListener listener) Methods inherited from interface org.eclipse.persistence.platform.database.events.DatabaseEventListener
initialize, register, remove
-
Method Details
-
register
Register for change notifications on a particular descriptor -
addChangeListener
-
removeChangeListener
-