Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Cacheing non-root entities

På torsdag 06. juni 2013 kl. 16:29:34, skrev Tom Ware <tom.ware@xxxxxxxxxx>:
Further investigation, shows that making the superclass non-cacheable will
automatically make subclasses non-cacheable.  Sorry for any confusion.

Non cacheable entries in EclipseLink are labeled protected.  What that means is
that they do not appear in the shared cache, but are cached at the EntityManager
level.
 
Ok, so there's no way to cache subclasses separately across transactoins.
 
--
Andreas Joseph Krogh <andreak@xxxxxxxxxxxx>      mob: +47 909 56 963
Senior Software Developer / CTO - OfficeNet AS - http://www.officenet.no
Public key: http://home.officenet.no/~andreak/public_key.asc
 

Back to the top