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

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]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy