Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Bypassing multitenant criteria

Hi Morten,

The way to do this currently is to define a new persistence unit with all the same model classes minus the @Multitenant metadata.

Cheers,
Guy

On 24/08/2011 5:21 AM, Morten - wrote:
Hi all

I have a showstopper issue in that I cannot query across tenants if any involved entity is annotated with @Multitenant. I need to (for administrative purposes) to be able to perform query/update/delete across all entities.
Does anyone know of a work-around or where I can look at working out a patch? Please also see issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=355458

Best regards
Morten
_______________________________________________ eclipselink-users mailing list eclipselink-users@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-users

Back to the top