[
https://jira.jboss.org/jira/browse/JBIDE-3712?page=com.atlassian.jira.plu...
]
Dmitry Geraskov commented on JBIDE-3712:
----------------------------------------
Probable I was need to change this to:
public String getProxyInterfaceName(PersistentClass pc) {
if (pc.hasPojoRepresentation() ) {
return pc.getProxyInterfaceName() == null ? pc.getClassName() : pc.getProxyInterfaceName()
;
}
else {
throw new ExporterException(pc + " does not have a pojo rep.");
}
}
Number of hbm genetation bugs
-----------------------------
Key: JBIDE-3712
URL:
https://jira.jboss.org/jira/browse/JBIDE-3712
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.0.0.CR2
Reporter: Dmitry Geraskov
Assignee: Max Rydahl Andersen
Fix For: 3.1.0
Attachments: m2a_patch.txt, patch.rar, SetManyToManyTest.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira