Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2010-03-10Removed Jaxb schema generatortle2-382/+0
2010-03-10added handling of JAXBExceptiontle1-7/+28
2010-03-10Removed Require-Bundletle1-1/+0
2010-03-10Reverted to 1.5tle1-2/+2
2010-03-10cleaned up capitalization issues in the entity gen wizardkmoore1-7/+7
2010-03-10Reverted Bundle-RequiredExecutionEnvironment and added import javax.xml.bindtle1-1/+3
2010-03-09296502 - updates to the class gen wizard that adds standard Eclipse controls ...nhauge4-98/+96
2010-03-09validation message consolidationkmoore23-496/+675
2010-03-09303547 - map key attribute overrides supportkmoore30-210/+4103
2010-03-09fixed copyrightskmoore5-3/+23
2010-03-09Added Cascade.DETACH tests (and Java Cascade tests in general)pfullbright7-2/+498
2010-03-09added commentstle1-0/+8
2010-03-09Use JavaSE-1.6 VMtle1-3/+3
2010-03-09Removed unnecessary require-bundletle1-1/+0
2010-03-09[tle] Removed unnecessary require-bundletle1-3/+1
2010-03-09whoops - compiled against JUnit 4 instead of 3bvosburgh1-2/+2
2010-03-09Use JavaSE-1.6 VMtle2-5/+5
2010-03-09Switched to JRE 1.6.tle2-3/+3
2010-03-08Initial checkin of org.eclipse.jpt.jaxb.core.schemagen plugin.tle1-0/+7
2010-03-08296503 - [EclipseLink] Support invocation of JAXB schema generatortle11-1/+649
2010-03-08validation message parameters are swapped - leads to confusing validation mes...kmoore1-1/+1
2010-03-08JPA details page for eclipselink-orm.xml version 1.2 and 2.1 not being displayedkmoore2-2/+4
2010-03-08use SynchronizedBoolean instead of unsynchronized arraybvosburgh1-7/+8
2010-03-08tweak PauseCommandbvosburgh1-1/+5
2010-03-08tweak formattingbvosburgh1-5/+7
2010-03-08tweak commentsbvosburgh2-4/+4
2010-03-08add ThreadFactory supportbvosburgh4-12/+141
2010-03-08add constructorbvosburgh1-1/+11
2010-03-08[303958] timing testsbvosburgh19-779/+758
2010-03-08updating @version and @since tags on core provisional apiskmoore517-802/+2551
2010-03-06Updated the tolerance range org.eclipse.datatools.connectivitytle1-1/+1
2010-03-06304892 - Update tolerance range in org.eclipse.jpt.db.uitle1-1/+1
2010-03-04294077 [JPA 2.0] Add validation for usage of EclipseLink entity caching prope...tle4-7/+43
2010-03-03switch to implement JavaCollectionMapping2_0kmoore4-10/+13
2010-03-03Cascade.DETACH UI supportpfullbright20-972/+258
2010-03-03Cascade.DETACH context model supportpfullbright38-216/+477
2010-03-03Renamed Jaxb project and packages.tle24-6/+1663
2010-03-03Cascade.DETACH context model supportpfullbright1-3/+2
2010-03-03303547,303548 - added tolerance for .key and .value attribute overrides. Now...kmoore48-645/+964
2010-03-03[303670] fix recursive deadlockbvosburgh1-119/+113
2010-03-03minor changesbvosburgh3-8/+6
2010-03-03Added JPT JAXB bundles.tle3-0/+15
2010-03-03Added JAXB plugins.tle2-2/+4
2010-03-02304097 - changing jpa details view UI to add collapsible sections for all wid...kmoore132-1695/+2648
2010-03-02moved some common translator static methods up the hierarchykmoore3-71/+37
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright54-1531/+389
2010-03-02304274 - java resource model for CascadeType.DETACHkmoore40-717/+2098
2010-03-02updated copyrightkmoore1-1/+1
2010-03-02removed reference to old entity gen toolskmoore1-2/+1
2010-03-02EclipseLink 2.1 resource model additions/alterationspfullbright34-398/+4947

Back to the top