how to create java classes dynamically at compile time
800455Jan 31 2008 — edited Feb 1 2008I want to create a java class with string constants that represent
various columns in my database at compile time so it can take advantage of changes in the
database structure
Can someone show me how this can be done