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

Hooks for dao #36

Open buzden opened 10 years ago

buzden commented 10 years ago

The thing I suggest is to make able a user to set some kind of hooks on some basic dao operations during the system configuration.

The only operation yet implemented is the non-batch 'insert' operation.

These changes are backward-compartible and rely on the pull request #35.