Consider the following entity class hierarchy:
@Entity
@Cacheable(true)
public class Account{ ... }
@Entity
@Cacheable(false)
public class CheckingAccount extends Account{ ... }
@Entity
public class SavingsAccount extends Account{ ... }
Given that the persistence provider supports caching, what should be the value of shared-cache-mode so that all Account and SavingsAccount entities are cached but CheckingAccount entities are not cached?
I think DISABLE_SELECTIVE and ENABLE_SELECTIVE both will work for this senario.
About Question enthuware.oce-jpad.v6.2.450 :
Moderators: Site Manager, fjwalraven
-
- Site Admin
- Posts: 10386
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.oce-jpad.v6.2.450 :
You are right. This has now been fixed.
Thank you for your feedback!
Thank you for your feedback!
Who is online
Users browsing this forum: No registered users and 5 guests