[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3712) Number of hbm genetation bugs
Dmitry Geraskov (JIRA)
jira-events at lists.jboss.org
Thu Feb 26 05:05:57 EST 2009
[ https://jira.jboss.org/jira/browse/JBIDE-3712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12454415#action_12454415 ]
Dmitry Geraskov commented on JBIDE-3712:
----------------------------------------
Probably I was need to change this to:
public String getProxyInterfaceName(PersistentClass pc) {
if (pc.hasPojoRepresentation() ) {
return 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
More information about the jbosstools-issues
mailing list