trait Generator extends AnyRef
- Self Type
- Generator with CodeGeneratorComponents with Stereotyper
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Generator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class CodeEmitter extends AbstractCodeEmitter with PackageGen
- class MultiGeneratorFactory[Emitter <: CodeEmitter] extends AnyRef
- type SingleGeneratorFactory[Emitter <: CodeEmitter] = (EmitterSettings[(Generator.this)#TableMeta, (Generator.this)#ColumnMeta]) => Emitter
Abstract Value Members
- abstract def connectionMakers: Seq[(Generator.this)#ConnectionMaker]
- abstract def defaultNamespace: String
- abstract def packagePrefix: String
Should we prefix object/package produced by this generator? Set this as the the value of that.
Should we prefix object/package produced by this generator? Set this as the the value of that. Otherwise set this to be the empty string.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter(tc: RawSchema[(Generator.this)#TableMeta, (Generator.this)#ColumnMeta]): Boolean
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def generatorMaker: (Generator.this)#SingleGeneratorFactory[(Generator.this)#CodeEmitter]
Instantiate the generator for a particular schema
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeGenerators: Seq[(Generator.this)#CodeEmitter]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val renderMembers: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeAllFiles(localtion: String): Future[Seq[Path]]
- def writeFiles(location: String): Seq[Future[Path]]
- def writeStrings: Seq[String]
Run the Generator and return objects as strings