Factory

case class Factory[D <: Idiom, N <: NamingStrategy, PrepareRow, ResultRow, Session, Ctx <: Context[_, _]](idiom: D, naming: N)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def batch[I, T, A <: QAC[I, T] & Action[I], Res]: (BatchArgument[I, T, A, D, N, PrepareRow, ResultRow, Session, Ctx, Res] => Res) => Batch[I, T, A, D, N, PrepareRow, ResultRow, Session, Ctx, Res]
def op[I, T, Res]: (SingleArgument[I, T, Nothing, D, N, PrepareRow, ResultRow, Session, Ctx, Res] => Res) => Single[I, T, Nothing, D, N, PrepareRow, ResultRow, Session, Ctx, Res]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product