Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-26clean up TransformersBrian Vosburgh1-20/+20
2013-03-13clean up PredicateBrian Vosburgh1-1/+2
2013-03-08fix NPE thrown in validation when working with MySQLBrian Vosburgh1-59/+2
2013-02-21convert Filter implementations to PredicatesBrian Vosburgh2-4/+3
2013-02-21convert Filter to PredicateBrian Vosburgh2-5/+5
2013-02-11remove extra Iterator and Iterable constructorsBrian Vosburgh6-25/+22
2013-02-07remove obsolete FilteringIterable constructorBrian Vosburgh2-8/+16
2013-01-30rework clone iterables and iterators etc.Brian Vosburgh1-1/+1
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh3-27/+44
2013-01-17tie together top-level global state and add null checksBrian Vosburgh1-1/+1
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh3-36/+62
2012-10-16convert chars and strings to hex-encoded Unicode (UTF-8)Brian Vosburgh1-1/+6
2012-10-16convert chars and strings to Unicode (UTF-8)Brian Vosburgh1-1/+1
2012-10-11rework utility classesBrian Vosburgh18-51/+53
2012-09-05Update version numbers for 3.3 M2.Neil Hauge1-1/+1
2012-08-31[387484] NPE creating JPA project with build - fix by adding newBrian Vosburgh1-1/+2
2012-08-31[297124] remove obsolete component.xml filesBrian Vosburgh1-12/+0
2012-08-01.cvsignore -> .gitignorePaul Fullbright2-1/+1
2012-07-20rework plug-in classesbvosburgh8-159/+207
2012-07-20[379458] fix listener leakbvosburgh12-251/+197
2012-03-15Update version numbers for 3.2 M6nhauge1-1/+1
2012-02-10rework JpaProjectManagerbvosburgh1-1/+8
2012-02-10minor changesbvosburgh3-5/+19
2012-02-10clear database at "about to close" event, not "closed" eventbvosburgh1-13/+15
2012-02-10tweak non-UI plug-in classpathsbvosburgh1-1/+5
2011-08-05Update plugin version numbers for 3.1 M1.nhauge1-1/+1
2011-08-02195832- Add option to refresh DB metadata prior to entity generationtle2-0/+10
2011-04-04restore project-specific compiler compliance (1.5) settings - just need to be...bvosburgh2-3/+13
2011-03-22add MySQL ANSI_QUOTES support; add check for SQL reserved words (that must be...bvosburgh5-25/+81
2011-03-22clean up .cvsignore filesbvosburgh1-5/+0
2011-03-03[334454] rework database stuff to handle MySQL case-sensitivity crazinessbvosburgh65-1863/+2208
2011-03-02remove project-specific settingsbvosburgh2-10/+0
2011-02-07Updating bundle versionskmoore1-2/+2
2011-02-05forgot to rename the jpt.db package names along with the project nameskmoore55-6/+6393
2011-02-05rename org.eclipse.jpt.db to org.eclipse.jpt.jpa.dbkmoore10-0/+159

    Back to the top