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