@Repository public interface IAuthorityRepository extends org.springframework.data.jpa.repository.JpaRepository<AuthorityEntity,Long>
Modifier and Type | Method and Description |
---|---|
List<AuthorityEntity> |
findByCreatedByUser(String createdBy) |
List<AuthorityEntity> |
findByUsername(String username) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, getOne, save, saveAndFlush
List<AuthorityEntity> findByCreatedByUser(String createdBy)
List<AuthorityEntity> findByUsername(String username)
Copyright © 2015 Powered by Sergey. All rights reserved.