Packages

class MyGen extends SourceCodeGenerator

Source
TestCodeGenerator.scala
Linear Supertypes
SourceCodeGenerator, OutputHelpers, AbstractSourceCodeGenerator, StringGeneratorHelpers, AbstractGenerator[String, String, String], GeneratorHelpers[String, String, String], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MyGen
  2. SourceCodeGenerator
  3. OutputHelpers
  4. AbstractSourceCodeGenerator
  5. StringGeneratorHelpers
  6. AbstractGenerator
  7. GeneratorHelpers
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MyGen(model: Model)

Type Members

  1. abstract class AbstractSourceCodeTableDef extends slick.codegen.AbstractSourceCodeGenerator.AbstractTableDef
    Definition Classes
    AbstractSourceCodeGenerator
  2. abstract case class AbstractTableDef extends Product with Serializable
    Definition Classes
    AbstractGenerator
  3. class SourceCodeTableDef extends slick.codegen.SourceCodeGenerator.AbstractSourceCodeTableDef
    Definition Classes
    SourceCodeGenerator
  4. implicit class StringExtensions extends AnyRef
    Definition Classes
    GeneratorHelpers
  5. type Table = SourceCodeTableDef
    Definition Classes
    SourceCodeGenerator → AbstractGenerator

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MyGen toany2stringadd[MyGen] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MyGen, B)
    Implicit
    This member is added by an implicit conversion from MyGen toArrowAssoc[MyGen] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def Table: (slick.model.Table) => SourceCodeTableDef
    Definition Classes
    SourceCodeGenerator → AbstractGenerator
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. def code: String
    Definition Classes
    MyGen → OutputHelpers → AbstractSourceCodeGenerator
  10. def codeForContainer: String
    Definition Classes
    AbstractSourceCodeGenerator
  11. def codeForDDL: String
    Definition Classes
    AbstractSourceCodeGenerator
  12. def codePerTable: Map[String, String]
    Definition Classes
    AbstractSourceCodeGenerator
  13. val ddlEnabled: Boolean
    Definition Classes
    AbstractGenerator
  14. def docWithCode(doc: String, code: String): String
    Definition Classes
    StringGeneratorHelpers → GeneratorHelpers
  15. def ensuring(cond: (MyGen) => Boolean, msg: => Any): MyGen
    Implicit
    This member is added by an implicit conversion from MyGen toEnsuring[MyGen] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (MyGen) => Boolean): MyGen
    Implicit
    This member is added by an implicit conversion from MyGen toEnsuring[MyGen] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: => Any): MyGen
    Implicit
    This member is added by an implicit conversion from MyGen toEnsuring[MyGen] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): MyGen
    Implicit
    This member is added by an implicit conversion from MyGen toEnsuring[MyGen] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def entityName: (String) => String
    Definition Classes
    MyGen → AbstractGenerator
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def foreignKeysPerTable: Map[String, List[String]]
    Definition Classes
    AbstractSourceCodeGenerator
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def indent(code: String): String
    Definition Classes
    GeneratorHelpers
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def optionType(t: String): String
    Definition Classes
    StringGeneratorHelpers → GeneratorHelpers
  31. def packageCode(profile: String, pkg: String, container: String, parentType: Option[String]): String
    Definition Classes
    OutputHelpers
  32. def packageContainerCode(profile: String, pkg: String, container: String): String
    Definition Classes
    OutputHelpers
  33. def packageTableCode(tableName: String, tableCode: String, pkg: String, container: String): String
    Definition Classes
    OutputHelpers
  34. def parentType: Some[String]
    Definition Classes
    MyGen → OutputHelpers
  35. def parseType(tpe: String): String
    Definition Classes
    StringGeneratorHelpers → GeneratorHelpers
  36. def rootTraitCode(profile: String, pkg: String, container: String): String
    Definition Classes
    OutputHelpers
  37. val scalaKeywords: Seq[String]
    Definition Classes
    GeneratorHelpers
  38. def shouldQuoteIdentifier(s: String): Boolean
    Definition Classes
    StringGeneratorHelpers
  39. val slickTableTermMembersNoArgs: Seq[String]
    Definition Classes
    GeneratorHelpers
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def tableName: (String) => String
    Definition Classes
    AbstractGenerator
  42. final lazy val tables: Seq[Table]
    Definition Classes
    AbstractGenerator
  43. final lazy val tablesByName: Map[QualifiedName, Table]
    Definition Classes
    AbstractGenerator
  44. def termName(name: String): String
    Definition Classes
    StringGeneratorHelpers → GeneratorHelpers
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def tuple(i: Int): String
    Attributes
    protected
    Definition Classes
    AbstractSourceCodeGenerator
  47. def typeName(name: String): String
    Definition Classes
    StringGeneratorHelpers → GeneratorHelpers
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. def writeStringToFile(content: String, folder: String, pkg: String, fileName: String): Unit
    Definition Classes
    OutputHelpers
  52. def writeToFile(profile: String, folder: String, pkg: String, container: String, fileName: String): Unit
    Definition Classes
    OutputHelpers
  53. def writeToMultipleFiles(profile: String, folder: String, pkg: String, container: String): Unit
    Definition Classes
    OutputHelpers

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MyGen toStringFormat[MyGen] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (MyGen, B)
    Implicit
    This member is added by an implicit conversion from MyGen toArrowAssoc[MyGen] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from SourceCodeGenerator

Inherited from OutputHelpers

Inherited from AbstractSourceCodeGenerator

Inherited from StringGeneratorHelpers

Inherited from AbstractGenerator[String, String, String]

Inherited from GeneratorHelpers[String, String, String]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromMyGen to any2stringadd[MyGen]

Inherited by implicit conversion StringFormat fromMyGen to StringFormat[MyGen]

Inherited by implicit conversion Ensuring fromMyGen to Ensuring[MyGen]

Inherited by implicit conversion ArrowAssoc fromMyGen to ArrowAssoc[MyGen]

Ungrouped