Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh6-61/+35
2013-01-23 394284 - JPA 2.1 orm.xml resource model and EL 2.5 eclipselink-orm.xml resou...v201301232244Karen Butzke3-45/+198
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh1-6/+5
2013-01-03fixed code involved in recent refactoring - was causing invalid validation wh...Karen Butzke1-1/+1
2012-12-21changed getAnnotatedJavaSourceClassNames() to getAnnotatedJavaSourceTypes(), ...Karen Butzke1-16/+15
2012-12-20Refactoring to remove JavaUiFactory and OrmXmlUiFactory, replaced with JpaUiF...Karen Butzke1-2/+2
2012-12-10JavaResourceAnnotatedElement.Kind renamed to JavaResourceAnnotatedElement.Ast...Karen Butzke2-7/+7
2012-12-07change table generator "table" to "table name"Brian Vosburgh2-53/+53
2012-12-07change column "table" to "table name"Brian Vosburgh9-34/+34
2012-12-06ugh, broke tests with that last commit, forgot a null checkv201212061358Karen Butzke1-1/+1
2012-12-05broke specified class refs with last commit, also fixing validationv201212060636Karen Butzke1-35/+41
2012-12-04Bug 316034 - Interface listed in persistence.xml leads to "Class cannot be re...Karen Butzke1-18/+56
2012-11-19Bug 263954 - [EclipseLink] EclipseLink 1.1 support for generators on basic ma...Karen Butzke2-13/+13
2012-11-02removing unused imports, adding NON-NLS commentsKaren Butzke4-4/+0
2012-10-11Fix misalignment of text range within a JPQL query and incorrect behavior of ...Pascal Filion2-7/+22
2012-10-11rework utility classesBrian Vosburgh48-210/+220
2012-10-10Bug 391017 - orm.xml implied attribute validation errors appearing in the wro...Karen Butzke12-47/+87
2012-10-04moved getValidationTextRange() to the abstract class since it was the same im...Karen Butzke1-5/+0
2012-10-04cleaned up text ranges for persistence.xml nodes. Wanted the actual file name...Karen Butzke2-5/+5
2012-10-02bug 231872, bug 278838, bug 378370 - refactoring JPA root structure nodes to ...Karen Butzke6-52/+96
2012-09-26[387420] JpaProject connection name and override catalog and schemaBrian Vosburgh1-1/+1
2012-09-26minor change to Nan's patch, building a null Owner implementation instead of ...Karen Butzke2-6/+35
2012-09-26Bug 348145 - The list of discriminator column not updated when table of entit...Nan Li2-4/+4
2012-09-18Bug 315464 - Ability to convert an orm.xml file into an eclipselink-orm.xml fileNan Li2-0/+6
2012-09-18Bug 335447 - UI is out of sync once switching from Temporal to ConvertedNan Li1-18/+1
2012-09-17rework type mapping validationBrian Vosburgh2-68/+38
2012-09-11Bug 372069 - NPE when trying to override an association mapping withNan Li2-9/+14
2012-09-06Correctly fixed java code completion filteringKaren Butzke5-8/+8
2012-09-05Deleted Java and Orm interfaces that are no longer needed after deletingKaren Butzke35-170/+167
2012-09-05Deleted JavaJpaContextNode and XmlContextNode - no longer needed afterKaren Butzke35-125/+80
2012-09-01support for versionless xml filesPaul Fullbright1-1/+1
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke32-173/+114
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke93-827/+533
2012-08-20removed unused importsKaren Butzke1-2/+0
2012-08-20380150 - Need tolerance for EclipseLink NoSQL support - refactoringKaren Butzke2-8/+9
2012-08-20Initial oxm resource modelPaul Fullbright4-18/+18
2012-08-02inherited attribute typePaul Fullbright1-4/+4
2012-07-20rework plug-in classesbvosburgh11-69/+88
2012-07-20change JavaResourceAnnotationElement.getNameTextRange API to not use Compilat...kmoore1-9/+2
2012-07-18change JavaResourceAnnotatedElement.removeAnnotation(String) api to not check...kmoore1-2/+1
2012-07-18performance improvements - initialize/synchronize Annotations with the AST an...kmoore5-39/+54
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright3-6/+6
2012-07-02377110 - Fix redundant table validation in attributes. Patch from Nan.nhauge1-0/+7
2012-05-02Bug 342171 - join columns - choose 'Override Default' in Details and receive ...kmoore7-4/+84
2012-04-18375670 - NPE with 1.0 orm.xml one-to-many code completion - patch from Nan.nhauge1-3/+7
2012-04-09build some of the defaults during construction for performance when building ...kmoore1-0/+4
2012-04-09removed unnecessary legacy CollectionTools.collection(Iterable) callskmoore1-1/+1
2012-04-05build some things during construction and reordered to minimize the number of...kmoore2-1/+9
2012-04-03[353149] metadata conversion UIbvosburgh6-45/+52
2012-03-28initializing simple defaults during construction, might as well do it before ...kmoore2-3/+3

Back to the top