NonPrimitiveJdbcMapper

org.squeryl.dsl.NonPrimitiveJdbcMapper
abstract class NonPrimitiveJdbcMapper[P, A, T](val primitiveMapper: PrimitiveJdbcMapper[P], val fieldMapper: FieldMapper) extends JdbcMapper[P, A], TypedExpressionFactory[A, T]

Attributes

Source
TypedExpression.scala
Graph
Supertypes
trait JdbcMapper[P, A]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Attributes

Source
TypedExpression.scala
def extractNativeJdbcValue(rs: ResultSet, i: Int): P

Attributes

Source
TypedExpression.scala
def sample: A

Attributes

Source
TypedExpression.scala

Inherited methods

Converts the argument into a TypedExpression[A,T], the resulting expression is meant to be equivalent in terms of SQL generation, the conversion is only at the type level

Converts the argument into a TypedExpression[A,T], the resulting expression is meant to be equivalent in terms of SQL generation, the conversion is only at the type level

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def convertFromJdbc(v: P): A

Attributes

Inherited from:
JdbcMapper
Source
TypedExpression.scala
def convertToJdbc(v: A): P

Attributes

Inherited from:
JdbcMapper
Source
TypedExpression.scala
def create(a: A): TypedExpression[A, T]

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def jdbcSample: AnyRef

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def map(rs: ResultSet, i: Int): A

Attributes

Inherited from:
JdbcMapper
Source
TypedExpression.scala
def thisAnyRefMapper: JdbcMapper[AnyRef, A]

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala
def thisMapper: JdbcMapper[_, A]

Attributes

Inherited from:
TypedExpressionFactory
Source
TypedExpression.scala

Concrete fields