agentgt / jirm

A Java Immutable object Relational Mapper focused on simplicity, convenience, and thread safety.
Apache License 2.0
66 stars 10 forks source link

An ability of the automatic many-to-one determination was added #42

Open buzden opened 10 years ago

buzden commented 10 years ago

The suggest is to be able to think of links to identifiable classes as many-to-one links. This saves a lot of annotations in case I don't want to use default link-hash-map composition.

This suggest is off by default and is backward-compartible.