com.silverpeas.domains.silverpeasdriver
Interface SPGroupDao

All Superinterfaces:
org.springframework.data.repository.CrudRepository<SPGroup,Integer>, org.springframework.data.jpa.repository.JpaRepository<SPGroup,Integer>, org.springframework.data.repository.PagingAndSortingRepository<SPGroup,Integer>, org.springframework.data.repository.Repository<SPGroup,Integer>

public interface SPGroupDao
extends org.springframework.data.jpa.repository.JpaRepository<SPGroup,Integer>

Author:
ehugonnet

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

findByName

List<SPGroup> findByName(@Param(value="name")
                         String name)

findByDescription

List<SPGroup> findByDescription(@Param(value="description")
                                String description)

listAllRootGroups

List<SPGroup> listAllRootGroups(String toto)


Copyright © 2016 Silverpeas. All Rights Reserved.