package orm
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class FilterItem(name: String, operator: String, value: AnyVal) extends Product with Serializable
- case class Generator(namingConvention: NamingConvention) extends Closer with Product with Serializable
- case class Order(name: String, reverse: Boolean = false) extends Product with Serializable
- trait PSetAny extends AnyRef
-
case class
PStatement(sql: String)(implicit conn: Connection) extends LazyLogging with BooleanType with IntType with LongType with DoubleType with StringType with TimestampType with DateTimeType with BinaryType with Product with Serializable
Created by Peerapat A on Feb 5, 2017
- case class QueryMessage(offset: Int, pageSize: Int, filters: Seq[FilterItem] = Seq.empty, orders: Seq[Order] = Seq.empty, isOR: Boolean = true) extends Product with Serializable
- trait SQLGenerated extends AnyRef