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)StringfromIdentifierToName(String identifier)voidremove(MetaTheme entity)Remove the given entity.
-
-
-
Method Detail
-
remove
public void remove(MetaTheme entity)
Description copied from interface:RepositoryRemove the given entity.- Specified by:
removein interfaceRepository<MetaTheme>- Overrides:
removein classJpaRepository<MetaTheme>- Parameters:
entity- the entity object
-
-