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 TypeInterfaceDescriptioninterfaceA repository for working withStoredEventobjects. -
Uses of Repository in com.reallifedeveloper.common.infrastructure.persistence
Subinterfaces of Repository in com.reallifedeveloper.common.infrastructure.persistenceModifier and TypeInterfaceDescriptioninterfaceA Spring Data JPA "implementation" of theStoredEventRepositoryinterface.