Package com.reallifedeveloper.common.infrastructure.persistence
package com.reallifedeveloper.common.infrastructure.persistence
Support classes for creating JPA repositories.
- Author:
- RealLifeDeveloper
-
ClassDescriptionBaseJpaEntity<ID>Base class for all JPA entities.Base class for implementations of repositories that use JPA but that cannot use Spring Data, e.g., because they work with more than one entity type.A Spring Data JPA "implementation" of the
PublishedMessageTrackerRepository
interface.A Spring Data JPA "implementation" of theStoredEventRepository
interface.A base class for JPA entities that need to keep track of when they where created and when they were last updated.