map the class? I don't have any xml files which describes how the classes are mapped.
The classes are looking like this:
@Entity
@Table(name = "MyTable")
public class MyClass {
...
}
I have thought that this is enough for the hibernate tools to figure out, how the classes
are mapped.
Is this the failure?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006700#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...