hakandilek / play2-crud

Simple CRUD & DAO implementation for play2
Other
142 stars 52 forks source link

DAOListeners #1

Closed hakandilek closed 11 years ago

hakandilek commented 11 years ago

implement an listener interface following observer design pattern. Listeners will implement before() and after() operations for DAO C_UD (CRUD) operations.

hakandilek commented 11 years ago

already implemented