primaryKey
Description copied from interface:
Entities
Creates a new
Entity.Key
instance of the given entityType, initialised with the given value- Specified by:
primaryKey
in interfaceEntities
- Type Parameters:
T
- the key value type- Parameters:
entityType
- the entityTypevalue
- the key value, assumes a single value key- Returns:
- a new
Entity.Key
instance