slick.codegen.AbstractGenerator.AbstractTableDef.AbstractPrimaryKeyDef
PrimaryKey related generator definition
(Currently only used for composite primary keys.)
Attributes
- model
corresponding Slick meta model component
- Source:
- AbstractGenerator.scala
- Graph
- Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Basic customization overrides
Indicates whether this will be included in the generated code
Name as desired in Scala Code. (Allowed to collide with Scala keywords. Will be automatically escaped.)
Name as desired in Scala Code. (Allowed to collide with Scala keywords. Will be automatically escaped.)
Attributes
- Source:
- AbstractGenerator.scala
Value members
Name used in the db or a default name
Adds one or more X to the end of the given string to avoid collisions with column names.
Scala doc comment with code
Returns Some(this) if enabled else None
Name (escaped if colliding with Scala keyword).
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Columns code generators in correct order