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