public interface DomainObjectFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
create(DomainObjectIdentifier identifier)
Creates a new object with the given identifier.
|
T create(DomainObjectIdentifier identifier)
identifier
- the global identifier of the object