TableConfig
slick.additions.codegen.TableConfig
case class TableConfig(tableMetadata: TableMetadata, tableClassName: String, modelClassName: String, columns: List[ColumnConfig])
How a database table is to be represented in code
Value parameters
- columns
-
configurations for this table's columns
- modelClassName
-
the name of the model class
- tableClassName
-
the name of the Slick table definition
- tableMetadata
-
the metadata for the table this is for
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article