Interface ExampleEntityRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ExampleEntity,,String> ExampleEntityRepositoryCustom,org.springframework.data.repository.ListCrudRepository<ExampleEntity,,String> org.springframework.data.repository.ListPagingAndSortingRepository<ExampleEntity,,String> org.springframework.data.mongodb.repository.MongoRepository<ExampleEntity,,String> org.springframework.data.repository.PagingAndSortingRepository<ExampleEntity,,String> org.springframework.data.repository.query.QueryByExampleExecutor<ExampleEntity>,org.springframework.data.repository.Repository<ExampleEntity,String>
public interface ExampleEntityRepository
extends org.springframework.data.mongodb.repository.MongoRepository<ExampleEntity,String>, ExampleEntityRepositoryCustom
The example entity repository.
- Author:
- Christian Bremer
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.bremersee.acl.spring.data.mongodb.app.ExampleEntityRepositoryCustom
changeOwnerByOtherContent, findByOtherContent, modifyAclByOtherContent, replaceAclByOtherContentMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.mongodb.repository.MongoRepository
findAll, findAll, insert, insertMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne