Interface HomeJpaRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<HomeEntity,,Long> org.springframework.data.jpa.repository.JpaRepository<HomeEntity,,Long> org.springframework.data.repository.ListCrudRepository<HomeEntity,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<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 HomeJpaRepository
extends org.springframework.data.jpa.repository.JpaRepository<HomeEntity,Long>
HomeJpaRepository
This interface represents the repository for the Home entity. It extends JpaRepository 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.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods 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.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne