AbstractSourceCodeEntityTypeDef

slick.codegen.AbstractSourceCodeGenerator.AbstractSourceCodeTableDef.AbstractSourceCodeEntityTypeDef

Attributes

Source:
AbstractSourceCodeGenerator.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Basic customization overrides

def code: String

Scala code

Scala code

Attributes

Source:
AbstractSourceCodeGenerator.scala
def doc: String

Scala doc comment

Scala doc comment

Attributes

Inherited from:
AbstractEntityTypeDef
Source:
AbstractGenerator.scala
def enabled: Boolean

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
def parents: Seq[Code]

Inherited traits.

Inherited traits.

Attributes

Inherited from:
AbstractTypeDef
Source:
AbstractGenerator.scala
def rawName: String

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:
AbstractEntityTypeDef
Source:
AbstractGenerator.scala

Value members

Inherited methods

def caseClassFinal: Boolean

Indicates whether a generated case class should be final.

Indicates whether a generated case class should be final.

Attributes

Inherited from:
AbstractEntityTypeDef
Source:
AbstractGenerator.scala
def classEnabled: Boolean

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

Inherited from:
AbstractEntityTypeDef
Source:
AbstractGenerator.scala
def docWithCode: Code

Scala doc comment with code

Scala doc comment with code

Attributes

Inherited from:
AbstractDef
Source:
AbstractGenerator.scala
final def getEnabled: Option[AbstractDef]

Returns Some(this) if enabled else None

Returns Some(this) if enabled else None

Attributes

Inherited from:
AbstractDef
Source:
AbstractGenerator.scala
final def name: TypeName

Name (escaped if colliding with Scala keyword).

Name (escaped if colliding with Scala keyword).

Attributes

Inherited from:
AbstractTypeDef
Source:
AbstractGenerator.scala
def types: Code

Column types

Column types

Attributes

Inherited from:
AbstractEntityTypeDef
Source:
AbstractGenerator.scala