Interface CreditCardAccountRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<CreditCardAccount,
,Integer> org.springframework.data.jpa.repository.JpaRepository<CreditCardAccount,
,Integer> org.springframework.data.repository.ListCrudRepository<CreditCardAccount,
,Integer> org.springframework.data.repository.ListPagingAndSortingRepository<CreditCardAccount,
,Integer> org.springframework.data.repository.PagingAndSortingRepository<CreditCardAccount,
,Integer> org.springframework.data.repository.query.QueryByExampleExecutor<CreditCardAccount>
,org.springframework.data.repository.Repository<CreditCardAccount,
Integer>
@Repository
public interface CreditCardAccountRepository
extends org.springframework.data.jpa.repository.JpaRepository<CreditCardAccount,Integer>
This interface extends the JpaRepository interface for the CreditCardAccount entity.
It provides access to basic CRUD operations for the CreditCardAccount entity.
-
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.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
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.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne