[Hibernate] Re: writing the properties of a persistent object to a string

2002-10-04 Thread Gavin King
> ( 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

Re: [Hibernate] Network Demo

2002-10-04 Thread Gavin King
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