Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Bug 522302 - [JPA 2.2] Missing project facet and false error forR3_18Lakshminarayana Nekkanti13-16/+528
2019-02-12Bug 543814 - update copyrights and EPL v1 license to EPL 2.0 [first pass]nickboldt747-1701/+1729
2016-01-13[466421] pass IProgressMonitor to JpaFactory.buildJpaProject(...) soBrian Vosburgh9-59/+124
2016-01-04clean up JpaContextModel.update(...)Brian Vosburgh7-16/+16
2016-01-04clean up JpaContextModel.synchronizeWithResourceModel(...)Brian Vosburgh41-150/+151
2015-12-24fix compiler warnings in AbstractJpaContextModelBrian Vosburgh1-7/+7
2015-12-24pass IProgressMonitor toBrian Vosburgh153-564/+594
2015-12-23add SpecifiedOrmPersistentType.getDefaultDefaultAccess()Brian Vosburgh1-12/+10
2015-12-23add null check to AbstractJpaProject.getJavaResourcePackage(String)Brian Vosburgh1-1/+3
2015-12-23tweak AbstractJpaProject.update(...)Brian Vosburgh1-1/+6
2015-12-23pass IProgressMonitor to JpaContextModel.update(...)Brian Vosburgh168-896/+1070
2015-12-22fix compiler warnings in GenericJpaFileBrian Vosburgh1-4/+5
2015-12-08change Java attribute change notification to virtual attribute fromBrian Vosburgh23-208/+124
2015-12-08various minor changes (comments, generics, etc.)Brian Vosburgh4-27/+25
2015-12-03remove JavaConverter.dispose() - apparently no longer neededBrian Vosburgh7-21/+7
2015-09-23major rework of collections, stacks, queues, and dequesBrian Vosburgh15-51/+51
2013-08-28377790 - Add action on class to "Add to persistence.xml"v201309041924Nan Li1-0/+28
2013-08-26add some Comparator testsv201308262207Brian Vosburgh1-2/+2
2013-08-26add package o.e.jpt.common.utility.internal.comparator; and moveBrian Vosburgh1-1/+1
2013-08-23409608 - Remove temp fix for: Intermittent failure on JPA project creation wh...Neil Hauge1-9/+1
2013-08-13347842 - [EclipseLink][Validation] No id class validation when id classNan Li3-20/+40
2013-07-29410505 - Invalid validation with pk join column of an entity that is inv201307301920Nan Li3-60/+57
2013-07-23fix compiler warning in AbstractJavaEmbeddableBrian Vosburgh1-3/+3
2013-07-23improve override containers' toString()Brian Vosburgh2-0/+13
2013-07-08Refactored ID type mapping hierarchy and primary key API (bug 313204)Paul Fullbright24-903/+1012
2013-07-08refactored order by (bug 190866)Paul Fullbright4-516/+604
2013-07-05tweak synchronization of InternalJpaProjectManagerBrian Vosburgh1-11/+11
2013-07-03[397108] fix NPE in JAXB JavaElementAdapterFactoryBrian Vosburgh1-1/+1
2013-06-28[411815] fix NPE in JavaElementAdapterFactoryBrian Vosburgh1-3/+15
2013-06-19rename AbstractJavaDbGenerator to AbstractJavaDatabaseGeneratorBrian Vosburgh3-5/+5
2013-06-19rename JavaDbGenerator to JavaDatabaseGeneratorBrian Vosburgh2-4/+4
2013-06-19rename AbstractOrmDbGenerator to AbstractOrmDatabaseGeneratorBrian Vosburgh3-5/+5
2013-06-19rename DbGenerator to DatabaseGeneratorBrian Vosburgh6-20/+15
2013-06-19rename SourceDbGeneratorAnnotation to SourceDatabaseGeneratorAnnotationBrian Vosburgh3-6/+6
2013-06-19rename BinaryDbGeneratorAnnotation to BinaryDatabaseGeneratorAnnotationBrian Vosburgh3-5/+5
2013-06-19rename DbGeneratorAnnotation to DatabaseGeneratorAnnotationBrian Vosburgh3-8/+8
2013-06-19push JpaNamedContextModel.getType() down toBrian Vosburgh21-165/+155
2013-06-19rename Converter.getType() to getConverterType() and declare explicitBrian Vosburgh18-44/+44
2013-06-18refactor managed type classes - rename getType() to getManagedTypeType()Brian Vosburgh13-51/+46
2013-06-18reworked JpaStructureNode - renamed getType() to getStructureType() andBrian Vosburgh11-99/+109
2013-06-18rename JpaContextModelRoot to JpaContextRoot etc.Brian Vosburgh18-46/+46
2013-06-17refactor PersistenceUnit.synchronizeClasses(...) implementationBrian Vosburgh1-36/+31
2013-06-17begin model delegate workBrian Vosburgh82-156/+231
2013-06-17rename JptJpaUiPlugin.getFocusIsNonDali() to focusIsNotInDaliView()Brian Vosburgh1-6/+11
2013-06-13copy only *specified* join table when converting an orm.xml attributeBrian Vosburgh1-1/+1
2013-06-13rework conversion of (attribute and association) overrides,Brian Vosburgh58-630/+357
2013-06-12[398218] rework changing orm.xml mappingBrian Vosburgh3-7/+24
2013-06-10add AbstractJpaProject.projectResourceLocatorBrian Vosburgh1-14/+16
2013-05-31409337 - Fix invalid validation message for PK join columnsv201305312216Neil Hauge2-5/+5
2013-05-31405320 - Temporary fix for intermittent failure on JPA project creationNeil Hauge1-1/+10

Back to the top