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

scalikejdbc.orm.timstamps.TimestampsFeature.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc.orm.timstamps

/**
  * ActiveRecord timestamps feature.
  *
  * @tparam Entity entity
  */
trait TimestampsFeature[Entity] extends TimestampsFeatureWithId[Long, Entity]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy