class GenericJodaSupport extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericJodaSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericJodaSupport(driver: JdbcProfile)
  2. new GenericJodaSupport(driver: JdbcProfile, setTimeZone: (DateTime) ⇒ Option[Calendar])

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( ... ) @native() @HotSpotIntrinsicCandidate()
  6. val dateTimeMapperDelegate: JodaDateTimeMapper
    Attributes
    protected
  7. val dateTimeZoneMapperDelegate: JodaDateTimeZoneMapper
    Attributes
    protected
  8. implicit val dateTimeZoneTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[DateTimeZone]
  9. implicit val datetimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[DateTime]
  10. val driver: JdbcProfile
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. implicit val getDateTimeZoneOptionResult: GetResult[Option[DateTimeZone]]
  15. implicit val getDateTimeZoneResult: GetResult[DateTimeZone]
  16. implicit val getDatetimeOptionResult: GetResult[Option[DateTime]]
  17. implicit val getDatetimeResult: GetResult[DateTime]
  18. implicit val getInstantOptionResult: GetResult[Option[Instant]]
  19. implicit val getInstantResult: GetResult[Instant]
  20. implicit val getLocalDateOptionResult: GetResult[Option[LocalDate]]
  21. implicit val getLocalDateResult: GetResult[LocalDate]
  22. implicit val getLocalDatetimeOptionResult: GetResult[Option[LocalDateTime]]
  23. implicit val getLocalDatetimeResult: GetResult[LocalDateTime]
  24. implicit val getLocalTimeOptionResult: GetResult[Option[LocalTime]]
  25. implicit val getLocalTimeResult: GetResult[LocalTime]
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val instantMapperDelegate: JodaInstantMapper
    Attributes
    protected
  28. implicit val instantTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[Instant]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val localDateMapperDelegate: JodaLocalDateMapper
    Attributes
    protected
  31. val localDateTimeMapperDelegate: JodaLocalDateTimeMapper
    Attributes
    protected
  32. implicit val localDateTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalDate]
  33. implicit val localDatetimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalDateTime]
  34. val localTimeMapperDelegate: JodaLocalTimeMapper
    Attributes
    protected
  35. implicit val localTimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalTime]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. implicit val setDateTimeZoneOptionParameter: SetParameter[Option[DateTimeZone]]
  40. implicit val setDateTimeZoneParameter: SetParameter[DateTimeZone]
  41. implicit val setDatetimeOptionParameter: SetParameter[Option[DateTime]]
  42. implicit val setDatetimeParameter: SetParameter[DateTime]
  43. implicit val setInstantOptionParameter: SetParameter[Option[Instant]]
  44. implicit val setInstantParameter: SetParameter[Instant]
  45. implicit val setLocalDateOptionParameter: SetParameter[Option[LocalDate]]
  46. implicit val setLocalDateParameter: SetParameter[LocalDate]
  47. implicit val setLocalDatetimeOptionParameter: SetParameter[Option[LocalDateTime]]
  48. implicit val setLocalDatetimeParameter: SetParameter[LocalDateTime]
  49. implicit val setLocalTimeOptionParameter: SetParameter[Option[LocalTime]]
  50. implicit val setLocalTimeParameter: SetParameter[LocalTime]
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped