You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jean-Louis MONTEIRO (JIRA)" <ji...@apache.org> on 2015/04/22 20:37:59 UTC

[jira] [Commented] (TOMEE-1555) create @AutoJPA

    [ https://issues.apache.org/jira/browse/TOMEE-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14507611#comment-14507611 ] 

Jean-Louis MONTEIRO commented on TOMEE-1555:
--------------------------------------------

Can you elaborate a bit more?
It's probably a wonderful feature, but reading the title and the example, I have absolutely not idea what it's supposed to do.

> create @AutoJPA
> ---------------
>
>                 Key: TOMEE-1555
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1555
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 2.0.0-Milestone-1
>
>
> {code}
>     @AutoJPAs({ // optional level
>         @AutoJPA,
>         @AutoJPA(unitName = "jpa2", jta = false)
>     })
>     public class MyConfig { // any class
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)