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

Management of the Json identity info annotation for class was added. #41

Open buzden opened 10 years ago

buzden commented 10 years ago

JsonIdentityInfo is a great thing for cyclic object relations management. Usage of identifiers generated by jackson automatically seems to be a nice feature.