Uses of Class
com.reallifedeveloper.common.infrastructure.persistence.BaseJpaEntity
Packages that use BaseJpaEntity
Package
Description
Code to notify other systems about domain events that have occurred in this system and that have
been saved in an
EventStore
.Support classes for creating JPA repositories.
-
Uses of BaseJpaEntity in com.reallifedeveloper.common.application.notification
Subclasses of BaseJpaEntity in com.reallifedeveloper.common.application.notificationModifier and TypeClassDescriptionclass
Keeps track of the most recently published message on a certain publication channel. -
Uses of BaseJpaEntity in com.reallifedeveloper.common.infrastructure.persistence
Subclasses of BaseJpaEntity in com.reallifedeveloper.common.infrastructure.persistenceModifier and TypeClassDescriptionclass
A base class for JPA entities that need to keep track of when they where created and when they were last updated.