com.outworkers.phantom

jdk8

package jdk8

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jdk8
  2. AnyRef
  3. 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. implicit final class TimeUUIDAugmenter extends AnyVal

  7. type ZonedDateTime = java.time.ZonedDateTime

  8. implicit final class ZonedDateTimeHelper extends AnyVal

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

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

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

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

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

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

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

  16. 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. def instantToTimeuuid(instant: Instant): UUID

  5. implicit val zonePrimitive: Primitive[ZoneId]

  6. implicit val zonedDateTimePrimitive: Primitive[ZonedDateTime]

Inherited from AnyRef

Inherited from Any

Ungrouped