> ( object instanceof HibernateProxy ) && ( (HibernateProxy)
> object ).isUninitialized()
Of course, you noticed my mistake, its really:
( object instanceof HibernateProxy ) && ( (HibernateProxy)
object ).isUninitialized_()
(trailing underscore) so that the methods of the Proxy are less likely
Thanks Jeff! This is very helpful :)
A couple of points
1. The UML diagram is not quite right. There are only two associations
between edge and vertex. They are both bidirectional associations so they
appear twice in the mapping files.
2. All the website documentation is done in AFT
(http://www.m