Interface AuthorityRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Authority,java.lang.String>,org.springframework.data.mongodb.repository.MongoRepository<Authority,java.lang.String>,org.springframework.data.repository.PagingAndSortingRepository<Authority,java.lang.String>,org.springframework.data.repository.query.QueryByExampleExecutor<Authority>,org.springframework.data.querydsl.QuerydslPredicateExecutor<Authority>,org.springframework.data.repository.Repository<Authority,java.lang.String>
@Repository public interface AuthorityRepository extends org.springframework.data.mongodb.repository.MongoRepository<Authority,java.lang.String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<Authority>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Authority>findAllBy_idIn(java.util.List<org.bson.types.ObjectId> ids)java.util.List<Authority>findAllByNameStartsWith(java.lang.String prefix)AuthorityfindByName(java.lang.String name)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save
-
Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, findAll, findAll, insert, insert, saveAll
-
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
-