Package org.seedstack.business.domain
Interface IdentityGenerator<I>
-
- Type Parameters:
I- the identifier type.
public interface IdentityGenerator<I>A generator of identity for entities.- See Also:
IdentityService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends Entity<I>>
Igenerate(Class<E> entityClass)Generate a new identifier for an entity of the specified class.
-