Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Lifetime of Transient lists in the cache

Hi,

I would like to implement a relatively static list of entities in a
list holder entity as a @Transient field. The puropse is to avoid
re-runnning the query that produces the list.

Are there any known issues with this strategy?

Do I need to control the cache and how? I am concerned about losing
multiple such lists at once.

Many thanks,

Bernard


Back to the top