Uses of Package
com.reallifedeveloper.common.domain
Packages that use com.reallifedeveloper.common.domain
Package
Description
An implementation of an event store, i.e., a way to persist domain events.
Support classes and interfaces for creating and documenting domain-driven designs.
Support classes and interfaces for publishing and handling domain events.
Support classes for working with domain registries.
Concrete implementations of interfaces in the
com.reallifedeveloper.common
package.Support classes for working with message queues.
Support classes for creating JPA repositories.
REST-ful resources and representations for working with
Notifications
.-
Classes in com.reallifedeveloper.common.domain used by com.reallifedeveloper.common.application.eventstoreClassDescriptionA serializer of objects, i.e., a class that can convert an arbitrary object to a serialized form and back.A mechanism for encapsulating storage, retrieval, and search behavior which emulates a collection of objects.
-
Classes in com.reallifedeveloper.common.domain used by com.reallifedeveloper.common.domainClassDescriptionA domain-driven design entity, i.e., an object that is not defined by its attributes, but rather by a thread of continuity and its identity.A domain object, i.e., an
entity
or avalue object
.A service for working with "current" time.A domain-driven design value object, i.e., an immutable object that contains attributes but has no conceptual identity. -
Classes in com.reallifedeveloper.common.domain used by com.reallifedeveloper.common.domain.event
-
Classes in com.reallifedeveloper.common.domain used by com.reallifedeveloper.common.domain.registry
-
Classes in com.reallifedeveloper.common.domain used by com.reallifedeveloper.common.infrastructureClassDescriptionA serializer of objects, i.e., a class that can convert an arbitrary object to a serialized form and back.
-
Classes in com.reallifedeveloper.common.domain used by com.reallifedeveloper.common.infrastructure.messagingClassDescriptionA serializer of objects, i.e., a class that can convert an arbitrary object to a serialized form and back.
-
Classes in com.reallifedeveloper.common.domain used by com.reallifedeveloper.common.infrastructure.persistenceClassDescriptionA mechanism for encapsulating storage, retrieval, and search behavior which emulates a collection of objects.
-
Classes in com.reallifedeveloper.common.domain used by com.reallifedeveloper.common.resource.notificationClassDescriptionA serializer of objects, i.e., a class that can convert an arbitrary object to a serialized form and back.