[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2244) Add support for Hibernate in Eclipse Dali

Dima Geraskov (JIRA) jira-events at lists.jboss.org
Mon Jun 16 09:06:34 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-2244?page=comments#action_12417373 ] 
            
Dima Geraskov commented on JBIDE-2244:
--------------------------------------

As I understood extension point from core plugin is like enter point for other extension points(existing and future). It gives to us only 1 more select when we create JPA project.

To hook generate entities we need to override method  generateEntities(JpaProject project, IStructuredSelection selection) in HibernatePlatformUI.

To hook generate DDL (don't need it or?) we need to override method  generateDDL(JpaProject project, IStructuredSelection selection) in the same class.



> Add support for Hibernate in Eclipse Dali
> -----------------------------------------
>
>                 Key: JBIDE-2244
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2244
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Hibernate, Ganymede
>    Affects Versions: 3.0.alpha
>            Reporter: Max Rydahl Andersen
>         Assigned To: Dima Geraskov
>             Fix For: 3.0.alpha
>
>
> Implement hibernate support in Dali similar to what is done for EclipseLink in ganymede.
> Generate Entities
> persistence.xml support

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list