Uses of Interface
com.reallifedeveloper.common.domain.Repository
Packages that use Repository
Package
Description
An implementation of an event store, i.e., a way to persist domain events.
Support classes for creating JPA repositories.
-
Uses of Repository in com.reallifedeveloper.common.application.eventstore
Subinterfaces of Repository in com.reallifedeveloper.common.application.eventstoreModifier and TypeInterfaceDescriptioninterface
A repository for working withStoredEvent
objects. -
Uses of Repository in com.reallifedeveloper.common.infrastructure.persistence
Subinterfaces of Repository in com.reallifedeveloper.common.infrastructure.persistenceModifier and TypeInterfaceDescriptioninterface
A Spring Data JPA "implementation" of theStoredEventRepository
interface.