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