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

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

The newest version!
package scalikejdbc.orm.optimisticlock

/**
  * Optimistic lock with version.
  *
  * @tparam Entity entity
  */
trait OptimisticLockWithVersionFeature[Entity]
  extends OptimisticLockWithVersionFeatureWithId[Long, Entity]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy