When reverse engineering a database, the java.util.Date class is used in all the classes that reference timestamps. Is there a way to get this to default to another class? I'd like to use Joda's org.joda.time.DateTime instead.
Is there an easy way to swap this out when the classes get generated? Tony