introduces generateRbacRestrictedView to generate restricted view + triggers
This commit is contained in:
@ -18,4 +18,6 @@ public interface TestCustomerRepository extends Repository<TestCustomerEntity, U
|
||||
TestCustomerEntity save(final TestCustomerEntity entity);
|
||||
|
||||
long count();
|
||||
|
||||
int deleteByUuid(UUID uuid);
|
||||
}
|
||||
|
Reference in New Issue
Block a user