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

scalikejdbc.orm.optimisticlock.OptimisticLockWithTimestampFeature.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc.orm.optimisticlock

/**
  * Optimistic lock with timestamp.
  *
  * @tparam Entity entity
  */
trait OptimisticLockWithTimestampFeature[Entity]
  extends OptimisticLockWithTimestampFeatureWithId[Long, Entity]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy