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

Not able to create my own SqlObjectConfig #30

Closed buzden closed 10 years ago

buzden commented 10 years ago

Why does co.jirm.mapper.SqlObjectConfig have only a private constructor? What if I want to create my own child of e.g. SpringJirmFactory that uses an alternative SqlObjectConfig which uses e.g. FasterXML's object mapper (which, actually, supports cyclic objects relations) instead of old codehaus.jackson (used by JacksonSqlObjectMapper)?

agentgt commented 10 years ago

I kept things closed to wait for this exact feedback :)

buzden commented 10 years ago

Great approach respecting you respond pretty fast.