AbstractSourceCodeTableClassDef
Attributes
- Source:
- AbstractSourceCodeGenerator.scala
- Graph
- Supertypes
- trait AbstractTableClassDeftrait AbstractTypeDeftrait AbstractDefclass Objecttrait Matchableclass Any
Members list
Basic customization overrides
Scala code
Scala doc comment
Indicates whether this will be included in the generated code
Indicates whether this will be included in the generated code
Attributes
- Inherited from:
- AbstractDef
- Source:
- AbstractGenerator.scala
Inherited traits.
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
- Inherited from:
- AbstractTableClassDef
- Source:
- AbstractGenerator.scala
Value members
Concrete methods
The ? projection to produce an Option row. Useful for outer joins.
The ? projection to produce an Option row. Useful for outer joins.
Attributes
Function that constructs an Option of an entity object from the unmapped Option values
Function that constructs an Option of an entity object from the unmapped Option values
Attributes
The * projection that accumulates all columns and map them if mappingEnabled is true
The * projection that accumulates all columns and map them if mappingEnabled is true
Attributes
Inherited methods
Code for enabled definitions in this table class grouped into logical groups.
Code for enabled definitions in this table class grouped into logical groups.
Attributes
- Inherited from:
- AbstractTableClassDef
- Source:
- AbstractGenerator.scala
All definitions in this table class including disabled ones grouped into logical groups.
All definitions in this table class including disabled ones grouped into logical groups.
Attributes
- Inherited from:
- AbstractTableClassDef
- Source:
- AbstractGenerator.scala
Scala doc comment with code
The type of the elements this table yields.
The type of the elements this table yields.
Attributes
- Inherited from:
- AbstractTableClassDef
- Source:
- AbstractGenerator.scala
Returns Some(this) if enabled else None
Returns Some(this) if enabled else None
Attributes
- Inherited from:
- AbstractDef
- Source:
- AbstractGenerator.scala
Name (escaped if colliding with Scala keyword).
Name (escaped if colliding with Scala keyword).
Attributes
- Inherited from:
- AbstractTypeDef
- Source:
- AbstractGenerator.scala
Indicates whether a ? projection should be generated.
Indicates whether a ? projection should be generated.
Attributes
- Inherited from:
- AbstractTableClassDef
- Source:
- AbstractGenerator.scala