I can't think of any way to intercept field access in Java, can you?
Anyway, hibernate does not need to intercept field access (even if you use access type field), because it does not place null-values instead of associated objects replacing them when you access them via getter. Actually, hibernate places proxies instead, so there will never be a null value if an association exists.
There has to be some other problem with your mapping/code. Maybe we can help, if you post it.
_________________ ----------------- Need advanced help? http://www.viada.eu
|