1
0

introduces generateRbacRestrictedView to generate restricted view + triggers

This commit is contained in:
Michael Hoennig
2022-09-19 20:43:14 +02:00
parent 2cae17a045
commit 44eb59c918
14 changed files with 230 additions and 315 deletions

View File

@ -18,4 +18,6 @@ public interface TestCustomerRepository extends Repository<TestCustomerEntity, U
TestCustomerEntity save(final TestCustomerEntity entity);
long count();
int deleteByUuid(UUID uuid);
}