c

org.squeryl.dsl

NonPrimitiveJdbcMapper

abstract class NonPrimitiveJdbcMapper[P, A, T] extends JdbcMapper[P, A] with TypedExpressionFactory[A, T]

Self Type
NonPrimitiveJdbcMapper[P, A, T] with TypedExpressionFactory[A, T]
Source
TypedExpression.scala
Linear Supertypes
TypedExpressionFactory[A, T], JdbcMapper[P, A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonPrimitiveJdbcMapper
  2. TypedExpressionFactory
  3. JdbcMapper
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NonPrimitiveJdbcMapper(primitiveMapper: PrimitiveJdbcMapper[P], fieldMapper: FieldMapper)

Abstract Value Members

  1. abstract def convertFromJdbc(v: P): A
    Definition Classes
    JdbcMapper
  2. abstract def convertToJdbc(v: A): P
    Definition Classes
    JdbcMapper

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def convert(v: ExpressionNode): TypedExpressionConversion[A, T]

    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

    Definition Classes
    TypedExpressionFactory
  7. def create(a: A): TypedExpression[A, T]
    Definition Classes
    TypedExpressionFactory
  8. def createConstant(a: A): ConstantTypedExpression[A, T]
    Definition Classes
    TypedExpressionFactory
  9. def createFromNativeJdbcValue(v: P): TypedExpression[A, T]
  10. def createOutMapper: OutMapper[A]
    Definition Classes
    TypedExpressionFactory
  11. def defaultColumnLength: Int
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def extractNativeJdbcValue(rs: ResultSet, i: Int): P
    Definition Classes
    NonPrimitiveJdbcMapperJdbcMapper
  15. val fieldMapper: FieldMapper
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def jdbcSample: AnyRef
    Definition Classes
    TypedExpressionFactory
  21. def map(rs: ResultSet, i: Int): A
    Definition Classes
    JdbcMapper
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val primitiveMapper: PrimitiveJdbcMapper[P]
  26. def sample: A
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def thisAnyRefMapper: JdbcMapper[AnyRef, A]
    Definition Classes
    TypedExpressionFactory
  29. def thisMapper: JdbcMapper[_, A]
    Definition Classes
    TypedExpressionFactory
  30. def thisTypedExpressionFactory: TypedExpressionFactory[A, _]
    Definition Classes
    JdbcMapper
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from TypedExpressionFactory[A, T]

Inherited from JdbcMapper[P, A]

Inherited from AnyRef

Inherited from Any

Ungrouped