Package org.miage.tpae.dao
Interface OperationCompteRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<OperationCompte,,Long> org.springframework.data.repository.Repository<OperationCompte,Long>
public interface OperationCompteRepository
extends org.springframework.data.repository.CrudRepository<OperationCompte,Long>
DAO pour les entités représentant les opérations
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findAllByCompteId
-