[jboss-jira] [JBoss JIRA] Created: (JBAS-9141) handle JPA 8.2.1.6.1 Annotated Classes in the Root of the Persistence Unit

Scott Marlow (JIRA) jira-events at lists.jboss.org
Fri Mar 25 01:12:58 EDT 2011


handle JPA 8.2.1.6.1 Annotated Classes in the Root of the Persistence Unit 
---------------------------------------------------------------------------

                 Key: JBAS-9141
                 URL: https://issues.jboss.org/browse/JBAS-9141
             Project: JBoss Application Server
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
            Reporter: Scott Marlow


JPA 8.2.1.6.1 Annotated Classes in the Root of the Persistence Unit 

All classes contained in the root of the persistence unit are searched for annotated managed persistence classes—classes with the Entity, Embeddable, or MappedSuperclass annotation—and any mapping metadata annotations found on these classes will be processed, or they will be mapped using the mapping annotation defaults. If it is not intended that the annotated persistence classes contained in the root of the persistence unit be included in the persistence unit, the exclude-unlisted-classes element must be specified as true.
The exclude-unlisted-classes element is not intended for use in Java SE environments.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jboss-jira mailing list