Interface PersonalizationRepository
-
- All Superinterfaces:
EntityRepository<UserPreferences>
,WithSaveAndFlush<UserPreferences>
- All Known Implementing Classes:
PersonalizationJPARepository
public interface PersonalizationRepository extends EntityRepository<UserPreferences>, WithSaveAndFlush<UserPreferences>
- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<UserPreferences>
findByDefaultSpace(String space)
-
Methods inherited from interface org.silverpeas.core.persistence.datasource.repository.EntityRepository
contains, delete, delete, deleteByComponentInstanceId, deleteById, deleteById, findByCriteria, flush, getAll, getById, getById, getById, save, save, save
-
Methods inherited from interface org.silverpeas.core.persistence.datasource.repository.WithSaveAndFlush
saveAndFlush
-
-
-
-
Method Detail
-
findByDefaultSpace
List<UserPreferences> findByDefaultSpace(String space)
-
-