Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink JPA and Second Level Cache

Yes,
EclipseLink uses the same mechanism and the same names to describe the Caches (SoftWeak, Hard, etc...) your TopLink configuration should provide you the same behaviour when migrated to EclipseLink. In EclipseLink the Caches can be configured through the @Cache annotation, PersistenceUnitProperties or through a session customizer. If not using JPA they can be configured through the TopLink Project and sessions.xml config.
--Gordon

Jan Vissers wrote:
Hi,

I've have experience with Oracle Toplink up until 10.1.3. A feature I
found rather cool was the whole idea of second level caching - although
at first it was a bit hard to grasp. Anyhow,... does EclipseLink JPA use
the same kind of technique to optimize performance?

-J.

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users



Back to the top