Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-13[466421] pass IProgressMonitor to JpaFactory.buildJpaProject(...) soBrian Vosburgh10-62/+128
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 Vosburgh154-566/+595
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 Vosburgh169-900/+1075
2015-12-22fix compiler warnings in GenericJpaFileBrian Vosburgh1-4/+5
2015-12-09fix comparator compiler warningsBrian Vosburgh1-2/+2
2015-12-08change Java attribute change notification to virtual attribute fromBrian Vosburgh34-250/+162
2015-12-08various minor changes (comments, generics, etc.)Brian Vosburgh5-32/+29
2015-12-03remove JavaConverter.dispose() - apparently no longer neededBrian Vosburgh8-28/+8
2015-10-09upgrade to JavaSE-1.8Brian Vosburgh3-6/+5
2015-09-24[476150] fix tests that fail with move to Java 1.8Brian Vosburgh1-1/+13
2015-09-23major rework of collections, stacks, queues, and dequesBrian Vosburgh16-53/+53
2013-12-05Fix bug#417353 - Update JPQL validation messages due to changes made to valid...Pascal Filion1-2/+2
2013-10-14419257 - Pom version updatesv201310142259Tran Le1-1/+1
2013-09-24Fixed CIB build version errorsv201309241700Tran Le1-2/+2
2013-08-28377790 - Add action on class to "Add to persistence.xml"v201309041924Nan Li2-0/+33
2013-08-26add some Comparator testsv201308262207Brian Vosburgh1-2/+2
2013-08-26add package o.e.jpt.common.utility.internal.comparator; and moveBrian Vosburgh3-3/+3
2013-08-23409608 - Remove temp fix for: Intermittent failure on JPA project creation wh...Neil Hauge1-9/+1
2013-08-22414702 - [CBI] webtools.dali patch for building with Maven/TychoTran Le1-0/+27
2013-08-22409120 - Missing validation switch for JOIN FETCHNan Li1-8/+7
2013-08-13347842 - [EclipseLink][Validation] No id class validation when id classNan Li3-20/+40
2013-08-12fixed ordering translator (bug 414574)Paul Fullbright1-3/+1
2013-08-09Update version numbers for 3.4 M1.v201308091641Neil Hauge1-1/+1
2013-07-29410505 - Invalid validation with pk join column of an entity that is inv201307301920Nan Li6-66/+66
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 Fullbright37-1684/+2107
2013-07-08refactored order by (bug 190866)Paul Fullbright16-661/+1197
2013-07-05clean up various plugin.xml filesBrian Vosburgh1-311/+335
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 Vosburgh5-9/+9
2013-06-19rename AbstractOrmDbGenerator to AbstractOrmDatabaseGeneratorBrian Vosburgh3-5/+5
2013-06-19rename DbGenerator to DatabaseGeneratorBrian Vosburgh10-30/+22
2013-06-19rename SourceDbGeneratorAnnotation to SourceDatabaseGeneratorAnnotationBrian Vosburgh3-6/+6
2013-06-19rename BinaryDbGeneratorAnnotation to BinaryDatabaseGeneratorAnnotationBrian Vosburgh3-5/+5
2013-06-19rename DbGeneratorAnnotation to DatabaseGeneratorAnnotationBrian Vosburgh7-16/+16
2013-06-19push JpaNamedContextModel.getType() down toBrian Vosburgh29-197/+185
2013-06-19rename Converter.getType() to getConverterType() and declare explicitBrian Vosburgh30-65/+65
2013-06-19declare explicit return types for JpaStructureNode.getStructureType()Brian Vosburgh10-6/+37
2013-06-18refactor managed type classes - rename getType() to getManagedTypeType()Brian Vosburgh29-99/+82
2013-06-18reworked JpaStructureNode - renamed getType() to getStructureType() andBrian Vosburgh14-117/+157

Back to the top