Packages

package orm

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class DateFilterItem(name: String, start: String, end: String) extends Product with Serializable

  2. case class FilterItem(name: String, operator: String, value: Any) extends Product with Serializable

  3. case class Generator(namingConvention: NamingConvention) extends Closer with Product with Serializable

  4. case class Order(name: String, reverse: Boolean = false) extends Product with Serializable

  5. trait PSetAny extends AnyRef

  6. 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

  7. case class QueryMessage(offset: Int, pageSize: Int, dateFilter: DateFilterItem, filters: Seq[FilterItem], orders: Seq[Order], isOR: Boolean) extends Product with Serializable

  8. trait SQLGenerated extends AnyRef

Value Members

  1. object PManager extends LazyLogging with PSetAny

    Created by Peerapat A on Mar 31, 2017

Ungrouped