Factory

io.getquill.context.ContextOperation.Factory
case class Factory[D <: Idiom, N <: NamingStrategy, PrepareRow, ResultRow, Session, Ctx <: Context[_, _]](idiom: D, naming: N)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product