Package org.miage.tpae.dao
Interface CompteRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Compte,,Long> org.springframework.data.repository.Repository<Compte,Long>
public interface CompteRepository
extends org.springframework.data.repository.CrudRepository<Compte,Long>
DAO pour les entités de type Compte
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll