[hibernate-issues] [Hibernate-JIRA] Created: (ANN-570) @DiscriminatorForumla typo
Diego Pires Plentz (JIRA)
noreply at atlassian.com
Thu Mar 8 18:05:33 EST 2007
@DiscriminatorForumla typo
--------------------------
Key: ANN-570
URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-570
Project: Hibernate Annotations
Type: Bug
Components: documentation
Versions: 3.2.1
Reporter: Diego Pires Plentz
Priority: Minor
http://www.hibernate.org/hib_docs/annotations/reference/en/html_single/#entity-hibspec-inheritance
@Entity
@DiscriminatorFor***um***la("case when forest_type is null then 0 else forest_type end")
public class Forest { ... }
should be
@Entity
@DiscriminatorFor***mu***la("case when forest_type is null then 0 else forest_type end")
public class Forest { ... }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list