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]