Gerry Duprey wrote:
there is an "effective-date" field and depending on what the date
> you are interested in decides on which record is considered current.
You might want to check out Martin Fowler's "Patterns for things that
change with time" at http://www.martinfowler.com/ap2/timeNarrative.htm
Vladimir Dozen wrote:
This is a great feature! One suggestion, though:
public class FieldSuper
implements ReflectHelper.AccessibleViaFieldsOnly {
From a usage point of view, I think it would be a lot cleaner to put
this option into the config file, e.g. FieldSuper.hbm.xml. Using a
mar
Serge Knystautas wrote:
The SchemaUpdate tool as is does not work
in this environment. I need to SQL statements that Hibernate suggests
could get the database to a stable environment.
Maybe I'm missing something, but can't you just do something like this:
java -cp... net.sf.hibernate.tool.