Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320509 - Change PersistenceUnit.addSpecifiedClassRef to take a String name
Summary: Change PersistenceUnit.addSpecifiedClassRef to take a String name
Status: VERIFIED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M1   Edit
Assignee: Karen Butzke CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 306413 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-21 09:46 EDT by Karen Butzke CLA
Modified: 2010-09-21 13:30 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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