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

scalikejdbc.orm.softdeletion.SoftDeleteWithTimestampFeature.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc.orm.softdeletion

/**
  * Soft delete with timestamp value.
  *
  * @tparam Entity entity
  */
trait SoftDeleteWithTimestampFeature[Entity]
  extends SoftDeleteWithTimestampFeatureWithId[Long, Entity]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy