Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] MULTITENANT_SHARED_EMF property

Hi,

I'm developing a multi-tenant (where tenants share a single table) Java EE 6 application with container managed @PersistenceContext injection. I just wanted to confirm that I need to set shared cache property to true:

<property name="eclipselink.multitenant.tenants-share-cache" value="true" />
Is this correct?

Thanks,
Theo

Back to the top