com.silverpeas.socialnetwork.dao
Interface ExternalAccountDao

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

public interface ExternalAccountDao
extends org.springframework.data.jpa.repository.JpaRepository<ExternalAccount,AccountId>


Method Summary
 List<ExternalAccount> findBySilverpeasUserId(String silverpeasUserId)
           
 
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

findBySilverpeasUserId

List<ExternalAccount> findBySilverpeasUserId(@Param(value="silverpeasUserId")
                                             String silverpeasUserId)


Copyright © 2016 Silverpeas. All Rights Reserved.