All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalikejdbc.OverwrittenZoneId.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc

import java.time.ZoneId

/** A hold of a specific ZoneId instance to be passed as an implicit parameter for TypeBinder. */
case class OverwrittenZoneId(value: ZoneId) extends AnyVal




© 2015 - 2024 Weber Informatics LLC | Privacy Policy