slick.codegen.AbstractGenerator.AbstractTableDef.AbstractEntityTypeDef
Entity case class or type alias generator definition (Mapped case class holding a complete row of data of this table).
Attributes
- Source:
- AbstractGenerator.scala
- Graph
- Supertypes
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
Indicates whether a generated case class should be final.
Indicates whether a case class should be generated. Otherwise a type alias.
Indicates whether a case class should be generated. Otherwise a type alias.
Attributes
- Source:
- AbstractGenerator.scala
Scala doc comment with code
Returns Some(this) if enabled else None
Name (escaped if colliding with Scala keyword).