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

scalikejdbc.orm.crud.CRUDFeature.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc.orm.crud

/**
 * Provides auto-generated CRUD feature.
 *
 * @tparam Entity entity
 */
trait CRUDFeature[Entity] extends CRUDFeatureWithId[Long, Entity]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy