Package com.reallifedeveloper.common.domain.registry
package com.reallifedeveloper.common.domain.registry
Support classes for working with domain registries.
A domain registry is a registry of domain components that need to be available in code where it is not practical to use dependency injection. One example is JPA entities that want to publish domain events.
- Author:
- RealLifeDeveloper
-
ClassesClassDescriptionBase class for Spring-based domain registries.A registry of common domain components that need to be available in code where it is not practical to use dependency injection.