Package com.bytedesk.core.member
Interface MemberRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<MemberEntity,
,Long> org.springframework.data.jpa.repository.JpaRepository<MemberEntity,
,Long> org.springframework.data.jpa.repository.JpaSpecificationExecutor<MemberEntity>
,org.springframework.data.repository.ListCrudRepository<MemberEntity,
,Long> org.springframework.data.repository.ListPagingAndSortingRepository<MemberEntity,
,Long> org.springframework.data.repository.PagingAndSortingRepository<MemberEntity,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<MemberEntity>
,org.springframework.data.repository.Repository<MemberEntity,
Long>
public interface MemberRepository
extends org.springframework.data.jpa.repository.JpaRepository<MemberEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<MemberEntity>
https://spring.io/guides/tutorials/react-and-spring-data-rest/
https://docs.spring.io/spring-security/reference/
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
org.springframework.data.jpa.repository.JpaSpecificationExecutor.SpecificationFluentQuery<T extends Object>
-
Method Summary
Modifier and TypeMethodDescriptionexistsByEmailAndOrgUidAndDeletedFalse
(String email, String orgUid) existsByMobileAndOrgUidAndDeletedFalse
(String email, String orgUid) existsByUid
(String uid) findByDeptUidAndDeletedFalse
(String deptUid) findByEmailAndOrgUidAndDeletedFalse
(String email, String orgUid) findByMobileAndOrgUidAndDeletedFalse
(String mobile, String orgUid) findByUserAndOrgUidAndDeletedFalse
(UserEntity user, String orgUid) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findAll, findAll, findBy, findOne
Methods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByDeptUidAndDeletedFalse
-
findByUid
-
findByUser_UidAndDeletedFalse
-
findByMobileAndOrgUidAndDeletedFalse
-
findByEmailAndOrgUidAndDeletedFalse
-
findByUserAndOrgUidAndDeletedFalse
-
existsByEmailAndOrgUidAndDeletedFalse
-
existsByMobileAndOrgUidAndDeletedFalse
-
existsByUid
-