Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] JPA caching of ResultSets only?

Is it possible to configure EclipseLink so that:

1) commits to the DB aren't cached
and
2) reads from the DB are cached?


Background:
I have a table where some columns are filled by the DB server via 
triggers. With caching enabled EclipseLink doesn't fetch those if 
the rows are still in the cache and thus returns invalid values. 
Caching for this table is otherwise correct and very useful.

Polyphenol



Back to the top