I have a requirement to keep historical data and found that Eclipselink
"Classic" has built-in support for this kind of stuff with HistoryPolicy,
historical sessions and queries with an AsOfClause, etc. My question is
how can I use all that when I approach Eclipselink through the JPA
interfaces, not the classic API?