From: Sven W. <s_...@in...> - 2002-08-21 08:35:40
|
> > I want you to know that "ant clean" wipes out the directory hibernate is > >installed due to relative-path-addressing problems (ok, thats easy to > fix). > > heheh true. thats fixed now. I just thought that hibernate might be a "cleanroom" implementation. <g> > >Feature Request: > >It would be nice if hibernate could support versioning via timestamps. > > Did you have in mind timestamps written by Hibernate (which is trivially > easy to implement) [...] Yes, simple plain timestamps that are written by hibernate and are used for versioning by hibernate. I think this is a common pattern and should be supported by hibernate to be compatible with other O/R-Mappers (e.g. mvcsoft) or legacy code. bye Sven |