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]
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
Learn more about member selection
Visibility
  1. Public
  2. All

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. 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
  9. def create(a: A): TypedExpression[A, T]

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

  11. def createOutMapper: OutMapper[A]

    Definition Classes
    TypedExpressionFactory
  12. def defaultColumnLength: Int

  13. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    NonPrimitiveJdbcMapperJdbcMapper
  16. val fieldMapper: FieldMapper

  17. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  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
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  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()
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TypedExpressionFactory[A, T]

Inherited from JdbcMapper[P, A]

Inherited from AnyRef

Inherited from Any

Ungrouped