Crypto Trader โ Contact-Repositories¶
Persistence layer for notification entities¶
ContactโRepositories provides Spring Data repository interfaces for the contact and notification domain. It standardizes database access for recipients, messages, templates, and delivery states.
Important: Past results and backtests do not guarantee future performance. Always start in paper mode. Liability is your own.
โญ๏ธ What it does¶
- Repository interfaces for contact/notification entities
- Common query patterns and transactions
- Integrates with JPA and Spring Data
โ Why it matters¶
- Consistent persistence access across services
- Less duplication and safer schema evolution
๐ Where it fits in the platform¶
- Consumed by services that send or track notifications
- Built atop ContactโModels and Spring Data JPA
๐ ๏ธ Technology at a glance¶
- Frameworks: Spring Data JPA, JPA (provided)
- Build: Maven
๐ Conventions¶
- Keep repository APIs explicit and purposeful
- Prefer derived query methods; custom queries sparingly
โ Questions or help¶
Email Oliver Lear Sigwarth (@theoliverlear): sigwarthsoftware@gmail.com
๐ License¶
See LICENSE.md in the repository root.