Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 320509

Summary: Change PersistenceUnit.addSpecifiedClassRef to take a String name
Product: [WebTools] Dali JPA Tools Reporter: Karen Butzke <karenfbutzke>
Component: GeneralAssignee: Karen Butzke <karenfbutzke>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jolene.moffitt
Version: 3.0   
Target Milestone: 3.0 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Karen Butzke CLA 2010-07-21 09:46:44 EDT
Change the following provisional API:

PersistenceUnit.addSpecifiedClassRef() -> PU.addSpecifiedClassRef(String)
PersistenceUnit.addSpecifiedClassRef(int) -> PU.addSpecifiedClassRef(String, int)
PU.addSpecifiedMappingFileRef() -> PU.addSpecifiedMappingFileRef(String)
PU.addSpecifiedMappingFileRef(int) -> PU.addSpecifiedMappingFileRef(String, int)
Comment 1 Karen Butzke CLA 2010-07-21 10:24:55 EDT
Also changing:
PersistenceUnit.addJarFileRef() -> PersistenceUnit.addJarFileRef(String)
PersistenceUnit.addJarFileRef(int) -> PersistenceUnit.addJarFileRef(String, int)
Comment 2 Karen Butzke CLA 2010-07-21 13:14:19 EDT
checked changes in to HEAD
Comment 3 Karen Butzke CLA 2010-09-16 16:02:02 EDT
*** Bug 306413 has been marked as a duplicate of this bug. ***
Comment 4 Jolene Moffitt CLA 2010-09-21 13:30:29 EDT
Verified in Build I-3.3.0-20100901095216

Verified adding Managed Classes, XML Mapping Files and JAR Files in the persistence.xml
http://wiki.eclipse.org/Dali_3.0_M1