2 Oct 2011 01:08
MapperDao ORM library 0.7.0 released, with support for oracle,derby,pagination
Hi all, I am happy to announce the release of version 0.7.0 of the MapperDao ORM library for Scala. https://code.google.com/p/mapperdao/ Since 0.6.0, the following features were added: - a driver for oracle - a driver for derby - simplified mappings - pagination capability for queries (returns only a range of rows or a page of rows, each page containing a number of rows) - configurable data retrieval: skip loading of a set of relationships to optimize performance - mapping of class hierarchies All new features follow the "map in one database, run in all supported databases" feature of mapperdao, which currently allows applications to persist & query data in postgresql, mysql, oracle and derby databases with sql server driver coming soon. MapperDao is using spring framework's JdbcTemplate for low level database access with excellent transaction support, allows for a clean domain model with zero references to the ORM layer, supports and encourages immutability for domain classes, type safe mappings and uses a type safe DSL similar to select statements to query for entities.(Continue reading)
RSS Feed