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

scalikejdbc.orm.eagerloading.DefaultIncludesQueryRepository.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc.orm.eagerloading

/**
  * Default implementation.
  *
  * @tparam Entity base entity type
  */
class DefaultIncludesQueryRepository[Entity]
  extends IncludesQueryRepository[Entity]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy