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

The ORM config class' constructor was made public #35

Open buzden opened 10 years ago

buzden commented 10 years ago

This makes the user able to create ORM config with the custom SqlWriterStrategy which seems to be useful (at least I need this ;-) ).