All Downloads are FREE. Search and download functionalities are using the official Maven repository.

squeryl.Implicits.scala Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.github.aselab.activerecord.squeryl

import com.github.aselab.activerecord.reflections._

object Implicits {
  implicit def fieldToExpression(field: FieldInfo) =
    new ExpressionConversion(field)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy