[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4521) Support @NamedQuery and @NamedNativeQuery in hibernate jpa platform.

Dmitry Geraskov (JIRA) jira-events at lists.jboss.org
Wed Aug 5 05:58:29 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-4521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12478989#action_12478989 ] 

Dmitry Geraskov commented on JBIDE-4521:
----------------------------------------

This is the view for the following source code:

...
@Entity
@NamedQuery(name = "jpaQuery", query = "test jpaQuery")
@org.hibernate.annotations.NamedNativeQuery(name = "hibernateNativeQuery", query = "test native query")
@NamedQueries({@org.hibernate.annotations.NamedQuery(name = "hibernateQuery", query = "test query"), at org.hibernate.annotations.NamedQuery(name = "hibernateQuery2", query = "test query2", flushMode = ALWAYS, readOnly = true, cacheable = true, cacheMode = IGNORE, fetchSize = 10, timeout = 15)})
public class Article implements java.io.Serializable {...}

> Support @NamedQuery and  @NamedNativeQuery in hibernate jpa platform.
> ---------------------------------------------------------------------
>
>                 Key: JBIDE-4521
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4521
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: Hibernate
>    Affects Versions: 3.1.0.M1
>            Reporter: Dmitry Geraskov
>            Assignee: Dmitry Geraskov
>             Fix For: 3.1.0.M3
>
>         Attachments: hibernateNamedNativeQuery.PNG, hibernateNamedQuery.PNG
>
>


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