Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0
Hello community,
I have to create hibernate persistent classes which depend on an existing database schema. Unfortunately this schema is "kind of wired" for the following reasons:
- there are a lot of tables which I don't want to use!
- the naming of the tables is awfull (e.g. BN01Txxx_<name>). I
don't want java classes with that kind of name
- there are a lot of n:m relationships.
I tried to use the hibernate-tool but I wasn't satisfied at all with it.
So my question: Is there any other (easy) way to create my java classes?
Any suggestion would be finde.
Thanks in advance,
Andreas