Package com.dada.banking_project.repositories
package com.dada.banking_project.repositories
-
ClassDescriptionThis interface represents the repository responsible for handling the persistence and retrieval of AccountHolder entities in the database.Spring Data JPA repository for the Account entity.This interface is used to provide CRUD operations for the Admin entity.Repository interface for managing CheckingAccount entities.This interface extends the JpaRepository interface for the CreditCardAccount entity.The RoleRepository interface extends JpaRepository to allow for CRUD operations on Role entities in the database.The SavingAccountRepository interface provides methods to perform CRUD operations on SavingAccount entities in the database.A repository for managing student checking accounts in the database.The UserRepository interface extends JpaRepository to allow for CRUD operations on User entities in the database.