Hello all,
Is there a good getting started point for setting up a multi tenant application using JPA? I have the normal concerns of ensuring that accounts cannot see or touch data from other accounts. From what I'm reading we would use SQL templates but I want to ensure that this is the proper direction. If it's the right direction is there a good example to get started with?
Is there a good getting started point for setting up a multi tenant application using JPA? I have the normal concerns of ensuring that accounts cannot see or touch data from other accounts. From what I'm reading we would use SQL templates but I want to ensure that this is the proper direction. If it's the right direction is there a good example to get started with?
Comment