Skip to content

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.