com.outworkers.phantom

jdk8

package jdk8

Linear Supertypes
Shared, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jdk8
  2. Shared
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class Jdk8TimeUUIDOps extends AnyVal

  2. type JdkLocalDate = LocalDate

  3. type JdkLocalDateTime = LocalDateTime

  4. type OffsetDateTime = java.time.OffsetDateTime

  5. implicit final class OffsetDateTimeHelper extends AnyVal

  6. trait Shared extends AnyRef

  7. implicit final class TimeUUIDAugmenter extends AnyVal

  8. type ZonedDateTime = java.time.ZonedDateTime

  9. implicit final class ZonedDateTimeHelper extends AnyVal

  10. type JdkLocalDateColumn[Owner <: CassandraTable[Owner, Record], Record] = PrimitiveColumn[Owner, Record, JdkLocalDate]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use Col[LocalDate] without passing in the 'this' argument

  11. type JdkLocalDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = PrimitiveColumn[Owner, Record, JdkLocalDateTime]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use Col[LocalDateTime] without passing in the 'this' argument

  12. type OffsetDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = PrimitiveColumn[Owner, Record, OffsetDateTime]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use Col[OffsetDateTime] without passing in the 'this' argument

  13. type OptionalJdkLocalDateColumn[Owner <: CassandraTable[Owner, Record], Record] = OptionalPrimitiveColumn[Owner, Record, JdkLocalDate]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use OptionalCol[LocalDate] without passing in the 'this' argument

  14. type OptionalJdkLocalDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = OptionalPrimitiveColumn[Owner, Record, JdkLocalDateTime]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use OptionalCol[LocalDateTime] without passing in the 'this' argument

  15. type OptionalOffsetDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = OptionalPrimitiveColumn[Owner, Record, OffsetDateTime]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use OptionalCol[OffsetDateTime] without passing in the 'this' argument

  16. type OptionalZonedDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = OptionalPrimitiveColumn[Owner, Record, ZonedDateTime]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use OptionalCol[ZonedDateTime] without passing in the 'this' argument

  17. type ZonedDateTimeColumn[Owner <: CassandraTable[Owner, Record], Record] = PrimitiveColumn[Owner, Record, ZonedDateTime]

    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use Col[ZonedDateTime] without passing in the 'this' argument

Value Members

  1. implicit val JdkLocalDateTimeIsPrimitive: Primitive[LocalDateTime]

  2. implicit val LocalDateIsPrimitive: Primitive[LocalDate]

  3. implicit val OffsetDateTimeIsPrimitive: Primitive[OffsetDateTime]

  4. implicit val instantPrimitive: Primitive[Instant]

    Definition Classes
    Shared
  5. def instantToTimeuuid(instant: Instant): UUID

  6. implicit val zonePrimitive: Primitive[ZoneId]

  7. implicit val zonedDateTimePrimitive: Primitive[ZonedDateTime]

Inherited from Shared

Inherited from AnyRef

Inherited from Any

Ungrouped