Package com.axelor.meta.db.repo
Class MetaThemeRepository
- java.lang.Object
-
- com.axelor.db.JpaRepository<MetaTheme>
-
- com.axelor.meta.db.repo.MetaThemeRepository
-
- All Implemented Interfaces:
Repository<MetaTheme>
public class MetaThemeRepository extends JpaRepository<MetaTheme>
-
-
Field Summary
-
Fields inherited from class com.axelor.db.JpaRepository
modelClass
-
-
Constructor Summary
Constructors Constructor Description MetaThemeRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MetaTheme>
findByName(String name)
String
fromIdentifierToName(String identifier)
void
remove(MetaTheme entity)
Remove the given entity.
-
-
-
Method Detail
-
remove
public void remove(MetaTheme entity)
Description copied from interface:Repository
Remove the given entity.- Specified by:
remove
in interfaceRepository<MetaTheme>
- Overrides:
remove
in classJpaRepository<MetaTheme>
- Parameters:
entity
- the entity object
-
-