[hibernate-issues] [Hibernate-JIRA] Resolved: (ANN-570) @DiscriminatorForumla typo

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Mar 9 16:02:09 EST 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-570?page=all ]
     
Emmanuel Bernard resolved ANN-570:
----------------------------------

      Assign To: Emmanuel Bernard
     Resolution: Fixed
    Fix Version: 3.2.2

Fixed. Thanks.

> @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
>     Assignee: Emmanuel Bernard
>     Priority: Minor
>      Fix For: 3.2.2

>
>
> 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