Package edu.yu.marketmaker.persistence.interfaces
package edu.yu.marketmaker.persistence.interfaces
Persistence interfaces for the Market Maker application.
This package defines the contracts for JPA-based persistence infrastructure, providing abstractions over Spring Data repositories and map store integrations used by the Hazelcast-backed distributed storage layer:
BaseJpaRepository- Base Spring Data JPA repository interface providing common CRUD and query operations forIdentifiableEntitysubclasses.
-
InterfacesClassDescriptionJPA Repository interface for ExternalOrderEntity persistence.JPA Repository interface for FillEntity persistence.JPA Repository interface for PositionEntity persistence.JPA Repository interface for QuoteEntity persistence.JPA Repository interface for ReservationEntity persistence.