Home | About the author | Resume
SMS Bundle - Mobile Marketing Solutions
SMS Bundle is an Australian-based service for sending marketing SMS and MMS

Search results

"category:/hibernate"


Title and summary Date/time
1
Hibernate Event Interceptor
Its quite common when you create an application, there is a need to create an audit trail on the application level where all entity insert, update and delete events are logged. In this post, I would like to describe a simple approach that can help you ...
08/03/2009
4:42:00 PM
2
Hibernate - How to map two collections of the same type in the same entity
Recently during development, I encountered a situation where I had to map two collections in the same entity, having collections and the entity it self of the same type. I had persistent entity - Rule. Rule could have children rules: "action" ...
14/09/2008
10:00:00 PM
3
Bitwise operation in Hibernate 3
Hi all... i encountered a small problem in doing bitwise operations with hibernate. Until now, HIbernate 2 HQL parser has supported bitwise operations. Hibernate 3 for some reason does not support it. So if you want to work around it, you have to create a ...
06/05/2008
10:40:43 PM