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

scalikejdbc.orm.finder.FinderFeature.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc.orm.finder

/**
  * Provides #find something APIs.
  */
trait FinderFeature[Entity] extends FinderFeatureWithId[Long, Entity]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy