Interface HomeMongoRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<HomeEntity,,Long> org.springframework.data.repository.ListCrudRepository<HomeEntity,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<HomeEntity,,Long> org.springframework.data.mongodb.repository.MongoRepository<HomeEntity,,Long> org.springframework.data.repository.PagingAndSortingRepository<HomeEntity,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<HomeEntity>,org.springframework.data.repository.Repository<HomeEntity,Long>
@Repository
public interface HomeMongoRepository
extends org.springframework.data.mongodb.repository.MongoRepository<HomeEntity,Long>
HomeMongoRepository
This interface represents the repository for the Home entity. It extends MongoRepository
to provide CRUD operations for the Home entity.
It is annotated with @Repository to indicate that it is a Spring Data repository.
- Since:
- 0.0.1
- Version:
- 0.0.1
- Author:
- Bayu Dwiyan Satria
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods 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