Kostas Kougios | 29 Apr 2012 00:23

MapperDao ORM 1.0.0-rc5a with lazy loading, memory caching

MapperDao is an ORM library for Scala with drivers for the following databases:

  • oracle
  • postgresql
  • mysql
  • derby
  • sql server
  • h2

The new version includes configurable lazy loading (along with skip-loading) of related data, configurable memory caching via EHCache and simplifications to entity mappings.

Other features of the library include persistence of immutable entities, mapping legacy code (hibernate, jdbc etc) via "external entities", type safe queries via a dsl that resembles select statements and it can also be used as an ORM tool for Java projects.


Gmane