object TemplateParams extends Serializable
- Alphabetic
- By Inheritance
- TemplateParams
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... ) @native()
- val dateFormater: DateTimeFormatter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromDomain(domain: Domain, scriptsOutputFolder: File, scriptOutputPattern: Option[String], defaultDeltaColumn: Option[String], deltaColumns: Map[String, String])(implicit settings: Settings): List[TemplateParams]
Generating all the TemplateParams, corresponding to all the schema's tables of the domain
Generating all the TemplateParams, corresponding to all the schema's tables of the domain
- domain
The domain
- scriptsOutputFolder
Where the scripts are produced
- defaultDeltaColumn
The default delta column to use
- deltaColumns
A table name -> delta column to use mapping (if needing a special delta column for a given table). Has precedence over
defaultDeltaColumn.
-
def
fromSchema(domainName: String, schema: Schema, scriptsOutputFolder: File, scriptOutputPattern: Option[String], deltaColumn: Option[String])(implicit settings: Settings): TemplateParams
Generate scripts template parameters, extracting the tables and the columns described in the schema
Generate scripts template parameters, extracting the tables and the columns described in the schema
- schema
The schema used to generate the scripts parameters
- scriptsOutputFolder
Where the scripts are produced
- deltaColumn
The delta column to use for that table
- returns
The corresponding TemplateParams
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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( ... )
-
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()