Uses of Interface
org.eclipse.persistence.platform.database.events.DatabaseEventListener
-
Packages that use DatabaseEventListener Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions -
-
Uses of DatabaseEventListener in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as DatabaseEventListener Modifier and Type Field Description protected DatabaseEventListenerDatabaseSessionImpl. databaseEventListenerDatabase event listener, this allows database events to invalidate the cache.Methods in org.eclipse.persistence.internal.sessions that return DatabaseEventListener Modifier and Type Method Description DatabaseEventListenerDatabaseSessionImpl. getDatabaseEventListener()Return the database event listener, this allows database events to invalidate the cache.Methods in org.eclipse.persistence.internal.sessions with parameters of type DatabaseEventListener Modifier and Type Method Description voidDatabaseSessionImpl. setDatabaseEventListener(DatabaseEventListener databaseEventListener)PUBLIC: Set the database event listener, this allows database events to invalidate the cache. -
Uses of DatabaseEventListener in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return DatabaseEventListener Modifier and Type Method Description DatabaseEventListenerDatabaseSession. getDatabaseEventListener()Return the database event listener, this allows database events to invalidate the cache.Methods in org.eclipse.persistence.sessions with parameters of type DatabaseEventListener Modifier and Type Method Description voidDatabaseSession. setDatabaseEventListener(DatabaseEventListener databaseEventListener)PUBLIC: Set the database event listener, this allows database events to invalidate the cache.
-