cancel
Showing results for 
Search instead for 
Did you mean: 

Multi tenant with hibernate

psychesphere
Champ in-the-making
Champ in-the-making
is possible to use hibernate multi tenant feature that use
<blockcode>
    tenant_identifier_resolver
    hibernate.multi_tenant_connection_provider
</blockcode>
with activiti?

Thanks In advance.
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Activiti uses MyBatis for persistency. Or are you referring to the JPA functionality we provide with Activiti?

Best regards,

psychesphere
Champ in-the-making
Champ in-the-making
Thanks for your answer. I use spring and hibernate for connecting to database. I know there are feature multi tenant in activiti but i want seperate to different database. In my main app I use hibernate multi tenant to choose the right database for each tenant.