final case classCompoundKey(id: String, position: String) extends Annotation with StaticAnnotation with Product with Serializable
Mark current field as a part of a compound key. All the compound keys will be concatenated with a separator
The position of the current field could be set with the position argument
id
String, "primary", "sort", etc.
position
String, "1", "2", etc.
Annotations
@Stable()
Linear Supertypes
Serializable, Serializable, Product, Equals, StaticAnnotation, Annotation, AnyRef, Any
Mark current field as a part of a compound key. All the compound keys will be concatenated with a separator The position of the current field could be set with the position argument
String, "primary", "sort", etc.
String, "1", "2", etc.