ColumnGroup
usql.dao.ColumnGroup
case class ColumnGroup(pattern: String) extends StaticAnnotation
Controls the way nested column group names are generated.
Value parameters
- pattern
-
the name pattern which will be applied.
%m
will be replaced by the member name, %c will be replaced by the child column name.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass Any
Members list
In this article