Package com.dmasone.identity.orders.infrastructure.persistence
package com.dmasone.identity.orders.infrastructure.persistence
Order persistence implementation.
JPA mappings and Spring Data repositories live behind the order repository port. They store the order aggregate and operational metadata such as idempotency keys without leaking repository types to other modules.
-
ClassesClassDescriptionAdapter that translates between the order repository port and Spring Data JPA.Database mapping for orders.