Questions tagged as 'multi-tenancy'

2
answers

What is Multi-Tenancy?

What is Multi-Tenancy? What are the main approaches to implementing it?
asked by 25.01.2017 / 12:00
3
answers

How to work with multi tenancy architecture?

I was asked to develop an application with multi tenancy architecture in the PHP language using MySQL as a database. After reading various materials and posts online, I had a question. How to model the application itself? I have two option...
asked by 09.05.2014 / 21:24
1
answer

Multi-Client Web API Structure

I have the following situation: I have a Web application that accesses the data through a C # WebAPI. I need to apply the concept of multitenancy in it to allow my application to be accessed by multiple clients and that each client access y...
asked by 03.01.2017 / 14:43
1
answer

Connection in separate databases PDO - (multi-tenancy)

I have the following example for my application: I have a PHP + MySql application, with PDO connection, I need the application to be shared with all registered companies, however each company will have its database separately. APPLICATION ST...
asked by 28.06.2018 / 03:40
1
answer

Multi-tenant application with asp.net webforms and routes

I'm developing a multi-client Web application for a SaaS and would like each client to have a different URL for access to their area in the application, for example: link link I thought about creating an application for each client in...
asked by 16.06.2014 / 16:15
1
answer

Spring Bean sessionFactory with NullPointerException error

Good morning. I'm trying to make a setting in the spring-jpa.xml file to support a multitenancy architecture by separating each client by Schema. I use a dataSource that has been configured in JBoss Wildfly to connect to the database where th...
asked by 06.02.2015 / 12:46
1
answer

Hibernate Multitenant problem with current tenancy ID

I'm using the hibernate multitenant for schemas, I use the Postgresql database. My problem is the following I have a service where I do a select in a public schema table, then for each item returned I have to go to the client schema and make...
asked by 17.11.2015 / 23:51
1
answer

Update all schemas with multitenancy architecture

Good morning. Next, I have a multitenancy application using Hibernate with JPA. We recently deployed the multitenancy architecture and in persistence.xml was configured to automatically update the default schema when deployed to the project,...
asked by 16.02.2015 / 12:55
0
answers

Laravel multitenancy with a BD only for users

I've been searching for Saas and Multi-tenancy but have little material in Portuguese. I saw that it is possible to do a database for each company, but my question is: Make a single web system for all clients (using PHP + Laravel + MySQL)...
asked by 26.04.2018 / 15:32
1
answer

Update column and table definitions with Hibernate

Good afternoon. I would like to know and confirm if you have any way to update table and column definitions in each schema using Hibernate. For now, what I've seen so far is that Hibernate only creates tables and columns, but does not dele...
asked by 06.03.2015 / 18:10