Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-07deleted everything but the .project since these project were renamed, ready t...kmoore39-5796/+2
2011-02-05forgot to rename the jpt.db package names along with the project nameskmoore8-20/+20
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore4-6/+6
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore1-0/+1
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh2-3/+3
2010-07-21320509 - change PersistenceUnit.addSpecifiedClassRef, JarFileRef, MappingFile...kmoore1-3/+1
2010-07-15fixing the synchronize classes logic that I brokekmoore1-1/+1
2010-07-13Switch progress monitoring to use "new" SubMonitorkmoore1-65/+59
2010-07-13Speed up start-up time of JptDbPlugin by lazily initializing connectionProfil...kmoore1-2/+2
2010-04-23309403 - Fix JoinColumn default - patch from Danny.nhauge2-1/+34
2010-04-21minor tweaksbvosburgh1-1/+1
2010-04-07304295 - Externalized a few seemingly public facing error messages.nhauge3-8/+15
2010-03-31fixed entity gen which i broke with my packageFragmentRoot changeskmoore1-3/+23
2010-03-27307198 - problems with class chooser dialogs if you change the export order a...kmoore1-31/+5
2010-03-26tweak and standardize copyrightsbvosburgh2-18/+16
2010-03-23fixed copyrightspfullbright10-10/+22
2010-03-02300884 - remove old entity gen from Dali.nhauge14-3023/+5
2010-02-01Removing debug println.nhauge1-1/+0
2010-01-26300883 - commit changes to persistence.xml after updating class list.nhauge2-26/+30
2010-01-06295614 - directly update persistence.xml when generating entities. Also adde...nhauge3-12/+69
2010-01-05utility workbvosburgh3-10/+9
2009-12-19[258541] JPA 2.0 default delimited identifiers - modelbvosburgh5-63/+55
2009-12-10cleaning up resource preferences, jdt preferences, manifest, and classpath fi...kmoore1-1/+1
2009-12-10292773 - patch from Danny Ju - fixes illegal state exception when generating ...kmoore1-0/+1
2009-12-02294771 - sort user added associations in entity gen wizard - contributed patch.nhauge1-0/+22
2009-11-17294798 - removed extra comma on joinColumns generation - patch from daniel na...kmoore1-1/+6
2009-10-28rework "reference" classesbvosburgh1-3/+3
2009-09-18289068 - remove old, local velocity jar references.nhauge2-3/+0
2009-09-03rename gen packagesbvosburgh29-48/+48
2009-08-25287027 - remove extra comma on join table columns - patch from Danny.nhauge1-2/+10
2009-08-25281597 - generate java.util.Date by default instead of java.sql.Date.nhauge1-0/+4
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-07-16Version updates for 3.0 M1.nhauge1-1/+1
2009-07-10clean up DTPUtilbvosburgh4-59/+13
2009-06-01278626 - generate entities from tables and extend superclass leads to compile...R2_2_RC3kmoore1-1/+1
2009-06-01278252 - Update Dali branding and provider informationtle1-2/+2
2009-05-19274599 - remove internal velocity dependency in favor of Orbit dependency.nhauge3-2/+3
2009-05-05[263557] Updates for ICU4J usage.nhauge2-1/+2
2009-04-28clean up error stringkmoore1-1/+1
2009-04-17272696 - patch from Danny Ju - relationship mappings generated incorrectly af...kmoore2-7/+22
2009-04-17268552 - patch from Danny Ju - Entity Generation - fully qualified class nam...kmoore4-72/+196
2009-04-16268562 - patch from Danny Ju - Entity generation - allow user to select a sou...kmoore2-7/+22
2009-04-15272376 - patch from Danny - Entity Generation - disabled association showing ...kmoore1-7/+1
2009-04-15270966 - patch from Danny Ju - Entity Generation - wizard does not detect rel...kmoore2-16/+17
2009-04-15270871 - patch from Danny Ju - Entity Generation - 1-Many Relationship with c...kmoore2-1/+8
2009-04-15268445 - patch from Danny - Entity Generation - m-m with JoinTable could gue...kmoore1-0/+15
2009-04-14270306 - code contribution from Danny - avoid NPE when schema is null (for MS...nhauge1-1/+1
2009-04-14268555 - patch from Danny Ju - Entity Generation -add restore defaults butto...kmoore1-14/+18
2009-04-14268446 - patch from danny.ju@oracle.com - Entity Generation - Formatting issueskmoore1-3/+1

Back to the top