scalikejdbc.orm.softdeletion.SoftDeleteWithBooleanFeature.scala Maven / Gradle / Ivy
The newest version!
package scalikejdbc.orm.softdeletion
/**
* Soft delete with boolean value.
*
* @tparam Entity entity
*/
trait SoftDeleteWithBooleanFeature[Entity]
extends SoftDeleteWithBooleanFeatureWithId[Long, Entity]