By NBharti78
via java.dzone.com
Published: Aug 27 2008 / 21:46
Using a simple Hibernate Interceptor, updating audit trail fields in a database (such as created_by, created_on, updated_by, and updated_on) can be accomplished with no changes to your application code. In other words, you won't need to and definitely should not be manually setting those audit properties littered around your application code.
Add your comment
Voters For This Link (20)
-
sdnakhla -
bloid -
wheazel -
mostlyharmless -
cvoronin -
merryploughboy -
palmand -
kimball772 -
alashcraft -
adobni -
sebdotv -
jsugrue -
javathreads -
thinkingserious -
NBharti78 -
nanofish -
js31475 -
davneter -
mauro.kobayashi -
rasmus.lund


