object
SbtPlugin extends Plugin
Type Members
-
case class
GeneratorSetings(packageName: String, template: String, testTemplate: String, lineBreak: String, encoding: String) extends Product with Serializable
-
case class
JDBCSettings(driver: String, url: String, username: String, password: String, schema: String) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
buildSettings: Seq[sbt.Project.Setting[_]]
-
def
clone(): AnyRef
-
val
echoTask: Initialize[InputTask[Unit]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
val
genTask: Initialize[InputTask[Unit]]
-
def
generator(tableName: String, className: Option[String] = None, srcDir: File, testDir: File): Option[CodeGenerator]
-
final
def
getClass(): java.lang.Class[_]
-
def
globalSettings: Seq[sbt.Project.Setting[_]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
projectSettings: Seq[sbt.Project.Setting[_]]
-
val
scalikejdbcSettings: Seq[sbt.Project.Setting[_]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
using[R <: AnyRef { def close(): Unit }, A](resource: R)(f: (R) ⇒ A): A
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
settings: Seq[sbt.Project.Setting[_]]
Inherited from Plugin
Inherited from AnyRef
Inherited from Any