|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SPGroupDao
Method Summary | |
---|---|
List<SPGroup> |
findByDescription(String description)
|
List<SPGroup> |
findByName(String name)
|
List<SPGroup> |
listAllRootGroups(String toto)
|
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository |
---|
deleteAllInBatch, deleteInBatch, findAll, findAll, flush, save, saveAndFlush |
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository |
---|
findAll |
Methods inherited from interface org.springframework.data.repository.CrudRepository |
---|
count, delete, delete, delete, deleteAll, exists, findAll, findOne, save |
Method Detail |
---|
List<SPGroup> findByName(@Param(value="name") String name)
List<SPGroup> findByDescription(@Param(value="description") String description)
List<SPGroup> listAllRootGroups(String toto)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |