Age | Commit message (Expand) | Author | Files | Lines |
2007-05-10 | This commit was manufactured by cvs2svn to create tag 'v200705100000'.v200705100000 | nhauge | 908 | -179549/+0 |
2007-05-10 | Changed DDL Gen dialog to info type, updated text. | nhauge | 3 | -7/+7 |
2007-05-10 | 184886 - fixed NPE, have to cache the connectionProfile to remove the listene... | kmoore | 7 | -285/+311 |
2007-05-10 | Moved Entities Gen. action to JpaPlatformUi. | tle | 1 | -250/+6 |
2007-05-10 | Moved Entities Gen. action, including nhauge 175175 - Add option to Entity Ge... | tle | 1 | -0/+287 |
2007-05-10 | Refactored instance variables and behaviors. | tle | 1 | -42/+4 |
2007-05-10 | Updated generateDLL messages. | tle | 4 | -11/+14 |
2007-05-10 | 178911 -Entry for Tips and Tricks | nhauge | 1 | -0/+3 |
2007-05-10 | fixed embedded-id icon | pfullbright | 2 | -1/+1 |
2007-05-10 | 178911 - New documentation updates. | nhauge | 110 | -1156/+1219 |
2007-05-10 | added mappedBy validation | pfullbright | 20 | -14/+359 |
2007-05-10 | 137799 - model support for IdClass - no validation or UI | kmoore | 15 | -18/+771 |
2007-05-10 | 175175 - Add option to Entity Gen for persistence.xml synch, with default bas... | nhauge | 5 | -5/+51 |
2007-05-09 | 186271 - MapKey model support for 1-m and m-m mappings , no default or valida... | kmoore | 49 | -52/+481 |
2007-05-09 | Fix image name for EmbeddedId. | nhauge | 1 | -1/+1 |
2007-05-09 | 145373 - added ability to specify a table in the join column dialog | kmoore | 14 | -105/+198 |
2007-05-09 | [181471] added code-completion for join column name for single- and multi-rel... | bvosburgh | 11 | -56/+299 |
2007-05-09 | fixed UniqueConstraints columnNames updating from Java | kmoore | 6 | -0/+220 |
2007-05-09 | minor refactor | bvosburgh | 1 | -1/+8 |
2007-05-09 | 142011 - editing of secondaryTable primary key join columns | kmoore | 13 | -21/+546 |
2007-05-09 | JoinTable panel needed 'join columns' and 'inverse join columns' | kmoore | 3 | -24/+6 |
2007-05-09 | Added DDL Generation behavior to JpaPlatformUi. | tle | 6 | -30/+168 |
2007-05-08 | Added accessor to the Persistence Unit. | tle | 4 | -1/+79 |
2007-05-08 | Changed class visibility. | tle | 1 | -3/+3 |
2007-05-08 | 186017 - secondary table joinColumn defaults and validation | kmoore | 8 | -13/+220 |
2007-05-08 | added check for in web project or referenced by ear before adding classpath a... | pfullbright | 1 | -6/+14 |
2007-05-08 | added StringArrayExpressionConverter | bvosburgh | 13 | -98/+208 |
2007-05-08 | 175175 - Attempt to synchronize the persistence.xml after generating entities. | nhauge | 4 | -1/+33 |
2007-05-08 | 185983 - added model and UI support for m-1 and 1-1 optional element | kmoore | 37 | -98/+460 |
2007-05-08 | 185982 - added mappedBy translator support for 1-1 mapping | kmoore | 4 | -9/+6 |
2007-05-08 | model support for UniqueConstraints in TableGenerators | kmoore | 4 | -99/+202 |
2007-05-08 | added ghosting of icons for virtual xml attributes | pfullbright | 3 | -13/+28 |
2007-05-08 | model support for UniqueConstraints in Tables (2 remaining issues) | kmoore | 32 | -66/+1729 |
2007-05-08 | added code completion to @Column for @Basic, @Id and @Version | bvosburgh | 21 | -340/+353 |
2007-05-08 | added code completion to @Column.name for @Basic, @Id and @Version | bvosburgh | 1 | -2/+2 |
2007-05-08 | Renamed properties files and classes that load them | pfullbright | 65 | -278/+278 |
2007-05-08 | Added "add attribute to xml" dialog, fixed a few bugs with virtual/real attri... | pfullbright | 20 | -76/+480 |
2007-05-08 | removing debugging code | kmoore | 1 | -28/+0 |
2007-05-07 | 178911 - Updates for context help. | nhauge | 5 | -10/+33 |
2007-05-07 | Added org.eclipse.jpt.doc.user | tle | 1 | -0/+7 |
2007-05-07 | 181470 - adapter fix for plural annotations with a collection element | kmoore | 8 | -15/+53 |
2007-05-07 | Updated for the build. | tle | 3 | -2/+126 |
2007-05-07 | cleaning up JavaDiscriminatorColumn | kmoore | 1 | -20/+2 |
2007-05-07 | moved IDiscriminatorColumn to the INamedColumn hierarchy | kmoore | 8 | -38/+48 |
2007-05-07 | moved IDiscriminatorColumn to the INamedColumn hierarchy | kmoore | 15 | -876/+101 |
2007-05-07 | moved JavaPrimaryKeyJoinColumn to the JavaNamedColumn hierarchy, fixed the an... | kmoore | 11 | -354/+71 |
2007-05-07 | populating list of table names for choosing a secondary table | kmoore | 2 | -10/+23 |
2007-05-07 | added secondary table pk joinColumns support to the model | kmoore | 11 | -17/+900 |
2007-05-06 | 142011 - editing of secondary tables | kmoore | 48 | -358/+962 |
2007-05-05 | Added project configuration options, validation for said options, and project... | pfullbright | 26 | -125/+907 |