IdClass
annotationin packageklyn.data.mapping
public annotation IdClass(value as Type)
IdClass

Selects the immutable value type representing several @Id properties.

Example
@Entity
@IdClass(value=OrderLineId.type)
public class OrderLine:
@Id
public property orderId as Int

@Id
public property lineNumber as Int