public interface JournalEntryRepository extends org.springframework.data.jpa.repository.JpaRepository<JournalEntry,Long>
| Modifier and Type | Method and Description |
|---|---|
List<JournalEntry> |
findByOrgIdOrderByDateDesc(String orgId) |
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushfindAllList<JournalEntry> findByOrgIdOrderByDateDesc(String orgId)
Copyright © 2025. All rights reserved.