Class PermissionRepository

java.lang.Object
com.axelor.db.JpaRepository<Permission>
com.axelor.auth.db.repo.PermissionRepository
All Implemented Interfaces:
Repository<Permission>

public class PermissionRepository extends JpaRepository<Permission>
  • Constructor Details

    • PermissionRepository

      public PermissionRepository()
  • Method Details