Class RoleRepository

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

public class RoleRepository extends JpaRepository<Role>
  • Constructor Details

    • RoleRepository

      public RoleRepository()
  • Method Details

    • findByName

      public Role findByName(String name)