Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh1-26/+6
2012-12-20Refactoring to remove JavaUiFactory and OrmXmlUiFactory, replaced with JpaUiF...Karen Butzke1-3/+2
2012-11-30another refactoring to remove an instanceof related to validationv201212040155Karen Butzke1-0/+4
2012-11-30refactored validation of query/generator/converter to remove instanceof TODOs...Karen Butzke1-0/+5
2012-10-11rework utility classesBrian Vosburgh1-20/+21
2012-10-05373582 - XML code completion for class references.Nan Li1-0/+4
2012-09-05Deleted Java and Orm interfaces that are no longer needed after deletingKaren Butzke1-4/+2
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke1-9/+9
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke1-37/+24
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright1-1/+1
2012-05-02Bug 342171 - join columns - choose 'Override Default' in Details and receive ...kmoore1-0/+20
2012-04-18minor performance tweaks for updating descendants and validating tableskmoore1-3/+19
2012-04-10reordered setting of rootEntity, broke tests with my changes to build column ...kmoore1-2/+2
2012-04-05build some things during construction and reordered to minimize the number of...kmoore1-5/+5
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge1-0/+42
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore1-6/+2
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore1-4/+9
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore1-12/+15
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh1-0/+15
2011-08-30removed getTypeMapping() from ReadOnlyNamedColumn, it is unnecessarykmoore1-4/+0
2011-08-18changed column owner api and implementations so that MapKeyJoinColumn can bui...kmoore1-2/+2
2011-08-02changing the rest of the Iterator API to Iterablekmoore1-32/+22
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore1-211/+133
2011-07-12[348773] Refactored validation for duplicate entity names. Patch from Nan.nhauge1-22/+0
2011-07-08[339432] fix validation of virtual overridesbvosburgh1-101/+125
2011-05-12[336296] fix validation of virtual attribute mappings 2 - fix messagesbvosburgh1-3/+2
2011-04-28[336296] fix validation of virtual attribute mappingsbvosburgh1-14/+16
2011-04-27339243 - fix stack overflow in IdClass ref. Patch from Nan.nhauge1-0/+1
2011-04-21[313174] Don't mark table invalid if table definition is simply redeclaring t...nhauge1-5/+11
2011-03-03[334454] rework database stuff to handle MySQL case-sensitivity crazinessbvosburgh1-1/+1
2011-03-03204132 - need a validation error when the same class is specified twice in th...kmoore1-19/+19
2011-02-06renamed org.eclipse.jpt.core to org.eclipse.jpt.jpa.corekmoore1-0/+2285

    Back to the top