Class

org.squeryl.dsl

NonPrimitiveJdbcMapper

Related Doc: package dsl

Permalink

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

Instance Constructors

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

    Permalink

Abstract Value Members

  1. abstract def convertFromJdbc(v: P): A

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

    Permalink
    Definition Classes
    JdbcMapper

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convert(v: ExpressionNode): TypedExpressionConversion[A, T]

    Permalink

    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]

    Permalink
    Definition Classes
    TypedExpressionFactory
  8. def createConstant(a: A): ConstantTypedExpression[A, T]

    Permalink
    Definition Classes
    TypedExpressionFactory
  9. def createFromNativeJdbcValue(v: P): TypedExpression[A, T]

    Permalink
  10. def createOutMapper: OutMapper[A]

    Permalink
    Definition Classes
    TypedExpressionFactory
  11. def defaultColumnLength: Int

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def extractNativeJdbcValue(rs: ResultSet, i: Int): P

    Permalink
    Definition Classes
    NonPrimitiveJdbcMapperJdbcMapper
  15. val fieldMapper: FieldMapper

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def jdbcSample: AnyRef

    Permalink
    Definition Classes
    TypedExpressionFactory
  21. def map(rs: ResultSet, i: Int): A

    Permalink
    Definition Classes
    JdbcMapper
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val primitiveMapper: PrimitiveJdbcMapper[P]

    Permalink
  26. def sample: A

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def thisAnyRefMapper: JdbcMapper[AnyRef, A]

    Permalink
    Definition Classes
    TypedExpressionFactory
  29. def thisMapper: JdbcMapper[_, A]

    Permalink
    Definition Classes
    TypedExpressionFactory
  30. def thisTypedExpressionFactory: TypedExpressionFactory[A, _]

    Permalink
    Definition Classes
    JdbcMapper
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypedExpressionFactory[A, T]

Inherited from JdbcMapper[P, A]

Inherited from AnyRef

Inherited from Any

Ungrouped