Package com.axelor.team.db.repo
Class TeamTaskRepository
- java.lang.Object
-
- com.axelor.db.JpaRepository<TeamTask>
-
- com.axelor.team.db.repo.TeamTaskRepository
-
- All Implemented Interfaces:
Repository<TeamTask>
public class TeamTaskRepository extends JpaRepository<TeamTask>
-
-
Field Summary
-
Fields inherited from class com.axelor.db.JpaRepository
modelClass
-
-
Constructor Summary
Constructors Constructor Description TeamTaskRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TeamTask
findByName(String name)
-