- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
MapperDao ORM library 1.0.0-rc1 released
Sat, 2012-02-04, 00:43
Hi all,
This release includes support for external entities. MapperDao can
integrate with classes that are managed by hibernate, plain jdbc or
anything else from web services to entities stored in flat files.
Relationships between those external entities and mapperdao entities
can be created and all relationship types are supported. Querying with
joins on those entities and transactions are also supported provided
some criteria are meet.
http://code.google.com/p/mapperdao/
MapperDao is an ORM library for the scala language and (currently) the
following databases:
oracle
postgresql
mysql
derby
sql server
h2
Regards,
Kostas