Interface AccountLedgerRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<AccountLedgerEntry, Long>, org.springframework.data.jpa.repository.JpaRepository<AccountLedgerEntry, Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<AccountLedgerEntry>, org.springframework.data.repository.ListCrudRepository<AccountLedgerEntry, Long>, org.springframework.data.repository.ListPagingAndSortingRepository<AccountLedgerEntry, Long>, org.springframework.data.repository.PagingAndSortingRepository<AccountLedgerEntry, Long>, org.springframework.data.repository.query.QueryByExampleExecutor<AccountLedgerEntry>, org.springframework.data.repository.Repository<AccountLedgerEntry, Long>

@Repository public interface AccountLedgerRepository extends org.springframework.data.jpa.repository.JpaRepository<AccountLedgerEntry, Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<AccountLedgerEntry>
Data-access layer for AccountLedgerEntry entities.
Version:
3.0.5
Author:
Stephen Prizio