10:06:53 AM
> Subject: Re: [hibernate-dev] Hibernate 4 Multi-tenancy Issue - No Entity
> Persisters Found
>
> I have tried hibernate 4 multi-tenancy with Spring. Please check if this
> helps you in anyway https://github.com/abjitu/multitenancy
>
> On Wed, Jul 1, 2015 at 10
I have tried hibernate 4 multi-tenancy with Spring. Please check if this
helps you in anyway https://github.com/abjitu/multitenancy
On Wed, Jul 1, 2015 at 10:35 PM, Jitu wrote:
> As per the exception. it looks like hibernate is not not able to find
> querytranslator which means hibernate is not
As per the exception. it looks like hibernate is not not able to find
querytranslator which means hibernate is not able to translate HQL query to
SQL query. So increase log level to TRACE and provide more logs.
On Wed, Jul 1, 2015 at 1:08 PM, amit shah wrote:
> Hello,
>
> I have been trying to