| I'm trying to modify field values annotated with my custom annotation before insert/update operations and I try to use AnnotationValueGeneration & ValueGenerator to achieve this. org.hibernate.tuple.ValueGenerator#generateValue(Session, Object) interface method needs to get modified field value. I cannot get the current value of the dirty field. |
|