Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-18add PropertyValueModelTools.modelAspectAdapter(...)Brian Vosburgh2-5/+47
2017-05-18clean up some property value model adapter factories etc.Brian Vosburgh8-46/+85
2017-05-18rename ListPluggablePropertyValueModelAdapter toBrian Vosburgh5-11/+11
2017-05-18rename CollectionPluggablePropertyValueModelAdapter toBrian Vosburgh8-16/+14
2017-05-18rename PropertyPluggablePropertyValueModelAdapter toBrian Vosburgh3-13/+13
2017-05-18refactor subclasses of AspectPropertyValueModelAdapterBrian Vosburgh13-493/+899
2017-05-18remove JaxbProjectModelBrian Vosburgh3-139/+77
2017-05-18Add JAXB support for JRE 1.8Brian Vosburgh1-2/+2
2017-05-18add new property aspect adaptersBrian Vosburgh17-906/+1002
2017-05-18delete AbstractTransformer and AbstractInterruptibleTransformerBrian Vosburgh32-189/+149
2017-05-18delete AbstractClosure and AbstractInterruptibleClosureBrian Vosburgh6-77/+2
2017-05-18minor tweaks to ThreadLocal TransformersBrian Vosburgh2-13/+7
2017-05-18add BiClosureBrian Vosburgh46-92/+4430
2017-05-18rename PropertyAspectAdapter in preparation to replace itBrian Vosburgh190-733/+733
2017-05-18remove vestigial implementations of removed methodBrian Vosburgh9-36/+0
2017-05-18remove some PropertyAspectAdapter constructorsBrian Vosburgh3-31/+5
2017-05-18add return value toBrian Vosburgh11-39/+35
2017-05-18remove BasePluggablePropertyValueModel.Adapter.getValue()Brian Vosburgh2-10/+0
2017-05-18add return value toBrian Vosburgh11-30/+31
2017-05-18refactor BufferedPVMBrian Vosburgh13-1296/+1134
2017-05-18clean up some predicate PVMs to make them consistent with the refactoredBrian Vosburgh6-22/+13
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
2017-05-18rename AbstractPluggablePropertyValueModel toBrian Vosburgh16-48/+48
2017-05-18delete bogus value models: ReadOnlyModifiablePVMWrapper,Brian Vosburgh13-1488/+2
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 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

Back to the top