Just a little question, I've searched around this forum and I'm sure that the information that I want was answered many time ago or can be find in some kind of documentation, but i can't find it, so sorry for this topic.
I'm configuring hibernate tools (latest from cvs) with Eclipse 3.1.1 and I can't get package, properties/attributes auto-completion working. I suppose that for that task I need to configure Hibernate Console and Configuration File to get this working, is it really?
For being more explicit, I have one class like this:
A {
attribute1;
attribute2;
}
When I write my A.hbm.xml file, it doesn't tries to complete the package name, or attributes. I'm missing something?
(<id name=""> <-- It doesn't tell me what could be in there)
Thanks in advance.
Miguel M.
|