abstract class AbstractSourceCodeGenerator extends AbstractGenerator[String, String, String] with StringGeneratorHelpers
Base implementation for a Source code String generator
- Grouped
- Alphabetic
- By Inheritance
- AbstractSourceCodeGenerator
- StringGeneratorHelpers
- AbstractGenerator
- GeneratorHelpers
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AbstractSourceCodeGenerator(model: Model)
Type Members
-
abstract
type
Table <: AbstractSourceCodeGenerator.TableDef
Table generator virtual class
Table generator virtual class
- Definition Classes
- AbstractGenerator
- abstract class TableDef extends AbstractSourceCodeGenerator.TableDef
-
implicit
class
StringExtensions extends AnyRef
Slick code generator string extension methods.
Slick code generator string extension methods. (Warning: Not unicode-safe, uses String#apply)
- Definition Classes
- GeneratorHelpers
Abstract Value Members
-
abstract
def
Table: (model.Table) ⇒ Table
Table generator factory.
Table generator factory. Override for customization.
- Definition Classes
- AbstractGenerator
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from AbstractSourceCodeGenerator to any2stringadd[AbstractSourceCodeGenerator] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (AbstractSourceCodeGenerator, B)
- Implicit
- This member is added by an implicit conversion from AbstractSourceCodeGenerator to ArrowAssoc[AbstractSourceCodeGenerator] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
code: String
Generates code for the complete model (not wrapped in a package yet)
-
def
codeForContainer: String
Generates code for the container class (not wrapped in a package yet)
-
def
codeForDDL: String
Generates code for the DDL statement.
-
def
codePerTable: Map[String, String]
Generates a map that associates the table name with its generated code (not wrapped in a package yet).
-
val
ddlEnabled: Boolean
Enables DDL Generation.
Enables DDL Generation.
- Definition Classes
- AbstractGenerator
-
def
docWithCode(doc: String, code: String): String
Assemble doc comment with scala code
Assemble doc comment with scala code
- Definition Classes
- StringGeneratorHelpers → GeneratorHelpers
-
def
ensuring(cond: (AbstractSourceCodeGenerator) ⇒ Boolean, msg: ⇒ Any): AbstractSourceCodeGenerator
- Implicit
- This member is added by an implicit conversion from AbstractSourceCodeGenerator to Ensuring[AbstractSourceCodeGenerator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (AbstractSourceCodeGenerator) ⇒ Boolean): AbstractSourceCodeGenerator
- Implicit
- This member is added by an implicit conversion from AbstractSourceCodeGenerator to Ensuring[AbstractSourceCodeGenerator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): AbstractSourceCodeGenerator
- Implicit
- This member is added by an implicit conversion from AbstractSourceCodeGenerator to Ensuring[AbstractSourceCodeGenerator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): AbstractSourceCodeGenerator
- Implicit
- This member is added by an implicit conversion from AbstractSourceCodeGenerator to Ensuring[AbstractSourceCodeGenerator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
entityName: (String) ⇒ String
Maps database table name to entity case class name
Maps database table name to entity case class name
- Definition Classes
- AbstractGenerator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def foreignKeysPerTable: Map[String, List[String]]
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from AbstractSourceCodeGenerator to StringFormat[AbstractSourceCodeGenerator] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
indent(code: String): String
- Definition Classes
- GeneratorHelpers
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
optionType(t: String): String
Wrap the given type into an Option type
Wrap the given type into an Option type
- Definition Classes
- StringGeneratorHelpers → GeneratorHelpers
-
def
parseType(tpe: String): String
Generates code for a qualified Scala type
Generates code for a qualified Scala type
- Definition Classes
- StringGeneratorHelpers → GeneratorHelpers
-
val
scalaKeywords: Seq[String]
Words that are reserved keywords in Scala
Words that are reserved keywords in Scala
- Definition Classes
- GeneratorHelpers
-
def
shouldQuoteIdentifier(s: String): Boolean
- Definition Classes
- StringGeneratorHelpers
-
val
slickTableTermMembersNoArgs: Seq[String]
Existing term member names in Table[_] that do not take parameters
Existing term member names in Table[_] that do not take parameters
- Definition Classes
- GeneratorHelpers
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tableName: (String) ⇒ String
Maps database table name to Table class and value name
Maps database table name to Table class and value name
- Definition Classes
- AbstractGenerator
-
final
lazy val
tables: Seq[Table]
Table code generators.
Table code generators.
- Definition Classes
- AbstractGenerator
-
final
lazy val
tablesByName: Map[QualifiedName, Table]
Table code generators indexed by db table name.
Table code generators indexed by db table name.
- Definition Classes
- AbstractGenerator
-
def
termName(name: String): String
Marks a String as a TermName (e.g.
Marks a String as a TermName (e.g. for escaping scala keywords)
- Definition Classes
- StringGeneratorHelpers → GeneratorHelpers
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tuple(i: Int): String
- Attributes
- protected
-
def
typeName(name: String): String
Marks a String as a TypeName (e.g.
Marks a String as a TypeName (e.g. for escaping scala keywords)
- Definition Classes
- StringGeneratorHelpers → GeneratorHelpers
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (AbstractSourceCodeGenerator, B)
- Implicit
- This member is added by an implicit conversion from AbstractSourceCodeGenerator to ArrowAssoc[AbstractSourceCodeGenerator] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated