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