Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-18remove some PropertyAspectAdapter constructorsBrian Vosburgh3-31/+5
2017-05-18add return value toBrian Vosburgh11-39/+35
BasePluggablePropertyValueModel.Adapter.disengageModel()
2017-05-18remove BasePluggablePropertyValueModel.Adapter.getValue()Brian Vosburgh2-10/+0
2017-05-18add return value toBrian Vosburgh11-30/+31
BasePluggablePropertyValueModel.Adapter.engageModel()
2017-05-18refactor BufferedPVMBrian Vosburgh13-1296/+1134
2017-05-18clean up some predicate PVMs to make them consistent with the refactoredBrian Vosburgh6-22/+13
PredicatePVMs
2017-05-18add some PVMTools testsBrian Vosburgh2-3/+884
2017-05-18rename PVMTools.valueIsInSet(...) to valueAffirms(...)Brian Vosburgh18-49/+49
2017-05-18move some composite boolean PVM static methodsBrian Vosburgh8-109/+113
2017-05-18delete Transformation PVMsBrian Vosburgh238-4397/+4425
2017-05-18rename Double PVMs to Compound PVMsBrian Vosburgh12-46/+46
2017-05-18clean up PVM null checks etc.Brian Vosburgh4-13/+121
2017-05-18refactor double PVMsBrian Vosburgh16-628/+562
2017-05-18tweak some commentsBrian Vosburgh1-2/+2
2017-05-18rename AbstractPropertyPluggablePropertyValueModelAdapter toBrian Vosburgh3-6/+6
BasePropertyPluggablePropertyValueModelAdapter
2017-05-18rename AbstractPluggablePropertyValueModel toBrian Vosburgh16-48/+48
BasePluggablePropertyValueModel
2017-05-18delete bogus value models: ReadOnlyModifiablePVMWrapper,Brian Vosburgh13-1488/+2
ValueAspectAdapter and subclasses
2017-05-18rework EclipseLinkEntityMappingsTenantDiscriminatorColumnsComposite:Brian Vosburgh1-59/+25
remove ValueListAdapter
2017-05-18rework JoiningStrategyJoinColumnsComposite: remove ValueListAdapterBrian Vosburgh1-60/+27
2017-05-18rework JoiningStrategyJoinColumnsComposite: remove ValueListAdapterBrian Vosburgh1-58/+57
2017-05-18rework ReferenceTableComposite: remove ValueListAdapterBrian Vosburgh5-173/+101
2017-05-18clean up PredicateToolsBrian Vosburgh2-23/+90
2017-05-18remove factory indirection from pluggable value modelsBrian Vosburgh7-48/+78
2017-05-18remove NullCheckPVMWrapper, PredicatePVM, FilteringPVMBrian Vosburgh37-909/+1080
2017-05-18add FilteringTransformer and NullCheckTransformerBrian Vosburgh6-11/+288
2017-05-18tweak comments in Collection TransformersBrian Vosburgh6-0/+12
2017-05-18add PropertyPluggablePropertyValueModelAdapterBrian Vosburgh26-234/+325
2017-05-18delete CachingPropertyValueModelWrapperBrian Vosburgh5-111/+6
2017-05-18rework PropertyValueModel adaptersBrian Vosburgh73-2164/+4959
2017-05-18tweak DoublePVMsBrian Vosburgh2-4/+5
2017-05-18add List/CollectionLastElementTransformerBrian Vosburgh14-25/+626
2017-05-18remove generic type from various meta-collection predicatesBrian Vosburgh4-29/+21
2017-05-18widen Iterable/IteratorTools.first(...)/last(...) generic typesBrian Vosburgh2-6/+6
2017-05-18add [Nullable]BooleanClosureBrian Vosburgh6-0/+313
2017-05-18widen element generic type in CollectionFirstElementTransformer andBrian Vosburgh3-8/+8
CollectionSingleElementTransformer
2017-05-18remove element generic type from CollectionIsEmptyPredicateBrian Vosburgh1-9/+5
2017-05-18add CollectionSizeEqualsPredicateBrian Vosburgh6-32/+257
2017-05-18fix some common utility predicate testsBrian Vosburgh4-21/+13
2017-05-18standardize some common utility test suite namesBrian Vosburgh5-25/+25
2017-05-18add getters to predicate implementationsBrian Vosburgh5-4/+36
2017-05-18add getters to transformer implementationsBrian Vosburgh36-34/+246
2017-05-18add CollectionFirstElementTransformer andBrian Vosburgh6-21/+326
CollectionSingleElementTransformer
2017-05-18add CollectionIsEmptyPredicateBrian Vosburgh4-20/+133
2017-05-18tweak ReadWriteLockCollectionWrapper testsBrian Vosburgh1-25/+49
2017-05-18fix some FindBugs warnings in common.utilityBrian Vosburgh11-54/+53
2017-05-18remove Deque Node cachesBrian Vosburgh7-460/+648
2017-05-18remove Queue Node cachesBrian Vosburgh7-351/+521
2017-05-18remove Stack Node cachesBrian Vosburgh10-428/+579
2017-05-18add caching transformersBrian Vosburgh3-0/+178
2017-05-18clean up Stack testsBrian Vosburgh7-311/+265

Back to the top