Class/Object

com.github.tototoshi.slick

GenericJodaSupport

Related Docs: object GenericJodaSupport | package slick

Permalink

class GenericJodaSupport extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
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)

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

    Permalink

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
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. val dateTimeMapperDelegate: JodaDateTimeMapper

    Permalink
    Attributes
    protected
  7. val dateTimeZoneMapperDelegate: JodaDateTimeZoneMapper

    Permalink
    Attributes
    protected
  8. implicit val dateTimeZoneTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[DateTimeZone]

    Permalink
  9. implicit val datetimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[DateTime]

    Permalink
  10. val driver: JdbcProfile

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. implicit val getDateTimeZoneOptionResult: GetResult[Option[DateTimeZone]]

    Permalink
  15. implicit val getDateTimeZoneResult: GetResult[DateTimeZone]

    Permalink
  16. implicit val getDatetimeOptionResult: GetResult[Option[DateTime]]

    Permalink
  17. implicit val getDatetimeResult: GetResult[DateTime]

    Permalink
  18. implicit val getInstantOptionResult: GetResult[Option[Instant]]

    Permalink
  19. implicit val getInstantResult: GetResult[Instant]

    Permalink
  20. implicit val getLocalDateOptionResult: GetResult[Option[LocalDate]]

    Permalink
  21. implicit val getLocalDateResult: GetResult[LocalDate]

    Permalink
  22. implicit val getLocalDatetimeOptionResult: GetResult[Option[LocalDateTime]]

    Permalink
  23. implicit val getLocalDatetimeResult: GetResult[LocalDateTime]

    Permalink
  24. implicit val getLocalTimeOptionResult: GetResult[Option[LocalTime]]

    Permalink
  25. implicit val getLocalTimeResult: GetResult[LocalTime]

    Permalink
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. val instantMapperDelegate: JodaInstantMapper

    Permalink
    Attributes
    protected
  28. implicit val instantTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[Instant]

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. val localDateMapperDelegate: JodaLocalDateMapper

    Permalink
    Attributes
    protected
  31. val localDateTimeMapperDelegate: JodaLocalDateTimeMapper

    Permalink
    Attributes
    protected
  32. implicit val localDateTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalDate]

    Permalink
  33. implicit val localDatetimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalDateTime]

    Permalink
  34. val localTimeMapperDelegate: JodaLocalTimeMapper

    Permalink
    Attributes
    protected
  35. implicit val localTimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalTime]

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  39. implicit val setDateTimeZoneOptionParameter: SetParameter[Option[DateTimeZone]]

    Permalink
  40. implicit val setDateTimeZoneParameter: SetParameter[DateTimeZone]

    Permalink
  41. implicit val setDatetimeOptionParameter: SetParameter[Option[DateTime]]

    Permalink
  42. implicit val setDatetimeParameter: SetParameter[DateTime]

    Permalink
  43. implicit val setInstantOptionParameter: SetParameter[Option[Instant]]

    Permalink
  44. implicit val setInstantParameter: SetParameter[Instant]

    Permalink
  45. implicit val setLocalDateOptionParameter: SetParameter[Option[LocalDate]]

    Permalink
  46. implicit val setLocalDateParameter: SetParameter[LocalDate]

    Permalink
  47. implicit val setLocalDatetimeOptionParameter: SetParameter[Option[LocalDateTime]]

    Permalink
  48. implicit val setLocalDatetimeParameter: SetParameter[LocalDateTime]

    Permalink
  49. implicit val setLocalTimeOptionParameter: SetParameter[Option[LocalTime]]

    Permalink
  50. implicit val setLocalTimeParameter: SetParameter[LocalTime]

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

    Permalink
    Definition Classes
    AnyRef
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped