klyn.data.sql.internal.SQLMappedEntity.identityValue
method
public identityValue(entity as Object) as Object:
Description

Reads the mapped identity from one entity.

Parameters
ParameterDescription
entityEntity instance matching this mapping.
Returns

Boxed identity value.

Example
key = mapped.identityValue(user)