public annotation IdClass(value as Type)
Selects the immutable value type representing several @Id properties.
@Entity @IdClass(value=OrderLineId.type) public class OrderLine: @Id public property orderId as Int @Id public property lineNumber as Int