Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-21cosmeticpfullbright2-5/+0
2009-08-21tweak commentsbvosburgh84-574/+771
2009-08-21tweak "replace" logic to check for NOPbvosburgh1-48/+33
2009-08-21rework remove eventbvosburgh2-57/+27
2009-08-21remove Serializable - should probably be in concrete subclassesbvosburgh1-5/+4
2009-08-21remove dead codebvosburgh2-51/+0
2009-08-21move PersistenceUnitProperties, JpaOptions2_0, and JpaConnection2_0 to public...bvosburgh27-136/+81
2009-08-21minor refactorbvosburgh4-21/+62
2009-08-21make some things Serializablebvosburgh11-40/+170
2009-08-21FindBugs: use of known null valuebvosburgh3-6/+4
2009-08-21FindBugs: don't use == to compare Stringsbvosburgh27-96/+131
2009-08-21FindBugs: don't use == to compare Booleansbvosburgh1-1/+1
2009-08-21FindBugs: change inner class to staticbvosburgh5-12/+12
2009-08-21clean up manifestsbvosburgh3-36/+41
2009-08-21change itemAspectChanged(EventObject)bvosburgh1-39/+7
2009-08-21add SortedListValueModelWrapperbvosburgh2-16/+252
2009-08-21add generic type informationbvosburgh1-2/+2
2009-08-21add convenience constructorbvosburgh5-0/+59
2009-08-21add 'mutex'bvosburgh2-14/+74
2009-08-21[283897] Static Metamodel generationbvosburgh77-1445/+2638
2009-08-20285032 - perform underscore to camel case conversion if identifier is all low...nhauge1-1/+1
2009-08-20279878 - patch from Danny, adds missing curly brace.nhauge1-1/+2
2009-08-19fixed the join table defaults for a join table in an association overridekmoore15-26/+53
2009-08-18bug 281389 - java joinTable association override supportkmoore45-507/+1446
2009-08-18Preliminary EclipseLink 2.0 platformtle8-1/+398
2009-08-18changed to extend AbstractPesistenceUnit - don't want to directly extend Gene...kmoore1-8/+2
2009-08-17refactoring UI in preparation for adding join-table support to 2.0 associatio...kmoore11-536/+751
2009-08-17copy/paste error, caused problems setting an association override to virtualkmoore1-1/+1
2009-08-17removing the vestigial selectedItemHolder, it exists in the super class. also...kmoore1-61/+22
2009-08-17Updated exported packagestle1-0/+4
2009-08-14258538 - [JPA 2.0] Persistence Unit propertiestle14-0/+1428
2009-08-14JPA 2.0 supporttle2-0/+112
2009-08-14Refactored to support JPA 2.0tle14-387/+417
2009-08-14JPA 2.0 supporttle6-0/+608
2009-08-14fixing misspelled property stringskmoore1-2/+2
2009-08-14beginning to refactor OverridesComposite in an effort to switch out the assoc...kmoore1-57/+47
2009-08-13cleaned up hash bagsbvosburgh2-226/+304
2009-08-13FindBugs: tweaked exceptionsbvosburgh4-5/+5
2009-08-13FindBugs: tweaked synchronizationbvosburgh3-4/+4
2009-08-13fixed spelling errorkmoore2-2/+2
2009-08-13refactored list box and drop-down bindingsbvosburgh9-651/+1602
2009-08-13refactored boolean button bindingbvosburgh2-2/+197
2009-08-13minor refactorbvosburgh24-441/+613
2009-08-13general re-work of value model stuffbvosburgh108-3152/+4545
2009-08-13fixed memory leak in ControlEnabler/VisibilityEnablerbvosburgh11-386/+249
2009-08-13created BooleanToolsbvosburgh1-0/+105
2009-08-13cleaned up some array codebvosburgh1-58/+82
2009-08-13changed arrays to var-argsbvosburgh1-10/+10
2009-08-13added Bag.uniqueCount()bvosburgh3-368/+306
2009-08-13renamed StaticCloneIterable to SnapshotCloneIterablebvosburgh5-34/+36

Back to the top