How do I regenerate the Java classes from the hibernate XML description under:
floreantpos_src_1.03srccomfloreantposmodel
I guess you are using some IDE plugin to do this for you but I would prefer it to be in the ant build.xml so that everyone can do it when they download your source tarball.
I want to add some fields/classes (I want to have more than one language at once - locale specific is not enough. I have a restaurant with customers/employees speaking 2 languages)
I am willing to enhance the ant build.xml but I would like to know how you are doing this first. The generic tutorial you point to does not explain the way you are doing things in FloreantPOS; specifically the BaseXXX (generated) versus XXX (handcoded?) classes.

Log in to reply this topic