com.silverpeas.domains.silverpeasdriver
Interface SPUserDao
- All Superinterfaces:
- org.springframework.data.repository.CrudRepository<SPUser,Integer>, org.springframework.data.jpa.repository.JpaRepository<SPUser,Integer>, org.springframework.data.repository.PagingAndSortingRepository<SPUser,Integer>, org.springframework.data.repository.Repository<SPUser,Integer>
public interface SPUserDao
- extends org.springframework.data.jpa.repository.JpaRepository<SPUser,Integer>
- Author:
- ehugonnet
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 |
findByFirstname
List<SPUser> findByFirstname(@Param(value="firstname")
String firstName)
findByLastname
List<SPUser> findByLastname(@Param(value="lastname")
String lastName)
findByPhone
List<SPUser> findByPhone(@Param(value="phone")
String phone)
findByHomephone
List<SPUser> findByHomephone(@Param(value="homephone")
String homephone)
findByCellphone
List<SPUser> findByCellphone(@Param(value="cellphone")
String cellphone)
findByFax
List<SPUser> findByFax(@Param(value="fax")
String fax)
findByAddress
List<SPUser> findByAddress(@Param(value="address")
String address)
findByTitle
List<SPUser> findByTitle(@Param(value="title")
String title)
findByCompany
List<SPUser> findByCompany(@Param(value="company")
String company)
findByPosition
List<SPUser> findByPosition(@Param(value="position")
String position)
findByEmail
List<SPUser> findByEmail(@Param(value="email")
String email)
Copyright © 2016 Silverpeas. All Rights Reserved.