[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=12454412#action_12454412 ]
Dmitry Geraskov commented on JBIDE-3712:
----------------------------------------
public String getClassName(PersistentClass pc) {
if (pc.hasPojoRepresentation() ) {
return pc.getClassName();
}
else {
// todo: return null?
throw new ExporterException(pc + " does not have a pojo rep.");
}
}
public String getProxyInterfaceName(PersistentClass pc) {
if (pc.hasPojoRepresentation() ) {
return pc.getClassName();
}
else {
throw new ExporterException(pc + " does not have a pojo rep.");
}
}
Template:
<#if clazz.isLazy() && !c2h.getClassName(clazz).equals(c2h.getProxyInterfaceName(clazz))>
proxy="${c2h.getProxyInterfaceName(clazz)}"
...
Don't you think proxy(not default) will ever be exported?
> 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