About Question enthuware.oce-jpad.v6.2.450 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
Durgesh

About Question enthuware.oce-jpad.v6.2.450 :

Post by Durgesh »

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.

admin
Site Admin
Posts: 10386
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.oce-jpad.v6.2.450 :

Post by admin »

You are right. This has now been fixed.

Thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests