Uses of Interface
org.opentestfactory.services.components.domain.Identified
Packages that use Identified
Package
Description
-
Uses of Identified in org.opentestfactory.services.components.domain
Classes in org.opentestfactory.services.components.domain with type parameters of type IdentifiedModifier and TypeInterfaceDescriptioninterfaceAggregateRepository<KEY,AGGREGATE extends Identified<KEY>> Describe a storage for an AGGREGATE. -
Uses of Identified in org.opentestfactory.services.components.repository
Classes in org.opentestfactory.services.components.repository with type parameters of type IdentifiedModifier and TypeClassDescriptionclassInMemoryRepository<AGGREGATE extends Identified<String>>Basic implementation ofAggregateRepositoryfor Aggregates with String keys.