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, save
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.mongodb.repository.MongoRepository
findAll, findAll, insert, insert
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