| Re: [eclipselink-users] Notifications about external database changes |
A fast implementation compatible with caching is that your DB send to your application a JMS invalidation message containing the table name + PK modified, likely implemented using triggers. In Oracle DB, it's relatively easy, because already supporting JMS. Then your application can match entities by using the table name received.
Thanks, for any help, Phil