Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2017-05-18clean up some predicate PVMs to make them consistent with the refactoredBrian Vosburgh6-22/+13
2017-05-18rename PVMTools.valueIsInSet(...) to valueAffirms(...)Brian Vosburgh17-17/+17
2017-05-18move some composite boolean PVM static methodsBrian Vosburgh3-6/+4
2017-05-18delete Transformation PVMsBrian Vosburgh189-3592/+3510
2017-05-18rename Double PVMs to Compound PVMsBrian Vosburgh4-5/+5
2017-05-18refactor double PVMsBrian Vosburgh3-21/+16
2017-05-18rename AbstractPluggablePropertyValueModel toBrian Vosburgh2-4/+4
2017-05-18rework EclipseLinkEntityMappingsTenantDiscriminatorColumnsComposite:Brian Vosburgh1-59/+25
2017-05-18rework JoiningStrategyJoinColumnsComposite: remove ValueListAdapterBrian Vosburgh1-60/+27
2017-05-18rework JoiningStrategyJoinColumnsComposite: remove ValueListAdapterBrian Vosburgh1-58/+57
2017-05-18rework ReferenceTableComposite: remove ValueListAdapterBrian Vosburgh4-161/+94
2017-05-18remove factory indirection from pluggable value modelsBrian Vosburgh1-10/+14
2017-05-18remove NullCheckPVMWrapper, PredicatePVM, FilteringPVMBrian Vosburgh15-70/+60
2017-05-18add PropertyPluggablePropertyValueModelAdapterBrian Vosburgh4-12/+11
2017-05-18rework PropertyValueModel adaptersBrian Vosburgh32-705/+657
2017-05-18[515465] whoops - bumped wrong version in jpt.jpa.ui pom.xmlR3_7_1Brian Vosburgh1-2/+2
2017-05-18[515465] bump SDK versions for OxygenBrian Vosburgh2-2/+2
2017-05-18[515465] bump versions for OxygenBrian Vosburgh4-4/+4
2017-05-18[492323] add JPAProjectConfiguratorBrian Vosburgh3-1/+112
2017-05-17Fix JPA Selection flakiness in Java editorBrian Vosburgh1-3/+15
2016-10-13Revert "Fix JPA Selection flakiness in Java editor"Brian Vosburgh1-16/+5
2016-07-13Fix JPA Selection flakiness in Java editorBrian Vosburgh1-5/+16
2016-03-18Fix broken test.Neil Hauge1-1/+1
2016-03-18[489171] Bump minor on API changes.Neil Hauge6-6/+6
2016-03-18[489171] Bump versions for Neon.Neil Hauge22-22/+22
2016-01-15[460406][485375] fix NPE in Project Explorer (just about anything willBrian Vosburgh1-4/+7
2016-01-14[468637] fix StackOverflowError when type hierarchy has a cycleBrian Vosburgh6-17/+17
2016-01-13clean up some JavaDocBrian Vosburgh1-2/+2
2016-01-13[466421] pass IProgressMonitor to JpaFactory.buildJpaProject(...) soBrian Vosburgh13-71/+140
2016-01-04clean up JpaContextModel.update(...)Brian Vosburgh7-16/+16
2016-01-04clean up JpaContextModel.synchronizeWithResourceModel(...)Brian Vosburgh49-195/+196
2015-12-24fix compiler warnings in AbstractJpaContextModelBrian Vosburgh1-7/+7
2015-12-24pass IProgressMonitor toBrian Vosburgh226-830/+872
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 Vosburgh232-1201/+1438
2015-12-22fix compiler warnings in GenericJpaFileBrian Vosburgh1-4/+5
2015-12-21[482134] bump jpa.gen bundle version past maintenance branch versionsBrian Vosburgh2-3/+3
2015-12-09fix comparator compiler warningsBrian Vosburgh1-2/+2
2015-12-08change Java attribute change notification to virtual attribute fromBrian Vosburgh37-257/+170
2015-12-08various minor changes (comments, generics, etc.)Brian Vosburgh6-41/+37
2015-12-03remove JavaConverter.dispose() - apparently no longer neededBrian Vosburgh9-30/+9
2015-11-19[482134] clear up ArrayTools APIBrian Vosburgh5-24/+40
2015-11-18[482134] bump version for org.apache.commons.collectionsBrian Vosburgh2-2/+2
2015-10-27[480552] Adapt to DTP 2 version structureBrian Vosburgh3-8/+8
2015-10-09upgrade to JavaSE-1.8Brian Vosburgh42-85/+72
2015-09-24[476150] fix tests that fail with move to Java 1.8Brian Vosburgh3-15/+38
2015-09-23major rework of collections, stacks, queues, and dequesBrian Vosburgh37-106/+106
2015-07-16rework ListenerListBrian Vosburgh3-5/+8

Back to the top