Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-10added mappedBy validationpfullbright20-14/+359
2007-05-10137799 - model support for IdClass - no validation or UIkmoore15-18/+771
2007-05-10175175 - Add option to Entity Gen for persistence.xml synch, with default bas...nhauge5-5/+51
2007-05-09186271 - MapKey model support for 1-m and m-m mappings , no default or valida...kmoore49-52/+481
2007-05-09Fix image name for EmbeddedId.nhauge1-1/+1
2007-05-09145373 - added ability to specify a table in the join column dialogkmoore14-105/+198
2007-05-09[181471] added code-completion for join column name for single- and multi-rel...bvosburgh11-56/+299
2007-05-09fixed UniqueConstraints columnNames updating from Javakmoore6-0/+220
2007-05-09minor refactorbvosburgh1-1/+8
2007-05-09142011 - editing of secondaryTable primary key join columnskmoore13-21/+546
2007-05-09JoinTable panel needed 'join columns' and 'inverse join columns'kmoore3-24/+6
2007-05-09Added DDL Generation behavior to JpaPlatformUi.tle6-30/+168
2007-05-08Added accessor to the Persistence Unit.tle4-1/+79
2007-05-08Changed class visibility.tle1-3/+3
2007-05-08186017 - secondary table joinColumn defaults and validationkmoore8-13/+220
2007-05-08added check for in web project or referenced by ear before adding classpath a...pfullbright1-6/+14
2007-05-08added StringArrayExpressionConverterbvosburgh12-98/+174
2007-05-08175175 - Attempt to synchronize the persistence.xml after generating entities.nhauge4-1/+33
2007-05-08185983 - added model and UI support for m-1 and 1-1 optional elementkmoore37-98/+460
2007-05-08185982 - added mappedBy translator support for 1-1 mappingkmoore4-9/+6
2007-05-08model support for UniqueConstraints in TableGeneratorskmoore4-99/+202
2007-05-08added ghosting of icons for virtual xml attributespfullbright3-13/+28
2007-05-08model support for UniqueConstraints in Tables (2 remaining issues)kmoore32-66/+1729
2007-05-08added code completion to @Column for @Basic, @Id and @Versionbvosburgh21-340/+353
2007-05-08added code completion to @Column.name for @Basic, @Id and @Versionbvosburgh1-2/+2
2007-05-08Renamed properties files and classes that load thempfullbright65-278/+278
2007-05-08Added "add attribute to xml" dialog, fixed a few bugs with virtual/real attri...pfullbright20-76/+480
2007-05-08removing debugging codekmoore1-28/+0
2007-05-07178911 - Updates for context help.nhauge5-10/+33
2007-05-07181470 - adapter fix for plural annotations with a collection elementkmoore8-15/+53
2007-05-07Updated for the build.tle3-2/+126
2007-05-07cleaning up JavaDiscriminatorColumnkmoore1-20/+2
2007-05-07moved IDiscriminatorColumn to the INamedColumn hierarchykmoore8-38/+48
2007-05-07moved IDiscriminatorColumn to the INamedColumn hierarchykmoore15-876/+101
2007-05-07moved JavaPrimaryKeyJoinColumn to the JavaNamedColumn hierarchy, fixed the an...kmoore11-354/+71
2007-05-07populating list of table names for choosing a secondary tablekmoore2-10/+23
2007-05-07added secondary table pk joinColumns support to the modelkmoore11-17/+900
2007-05-06142011 - editing of secondary tableskmoore48-358/+962
2007-05-05Added project configuration options, validation for said options, and project...pfullbright26-125/+907
2007-05-05Added two blank lines before member classespfullbright15-21/+55
2007-05-05Unexplained regen artifacts?pfullbright1-2/+8
2007-05-05Updated copyrightspfullbright1-6/+10
2007-05-04cleaning up TableComposite and EntityCompositekmoore4-21/+69
2007-05-04178911 - Initial check-in for user.doc plugin for Dali 1.0.nhauge172-0/+9113
2007-05-04moved Lob check box down to make layout cleanerkmoore1-11/+10
2007-05-04added UI support for Column insertable/updatable. Also cleaning up several U...kmoore13-24/+162
2007-05-04reworked mapping key stuffbvosburgh28-856/+924
2007-05-04more code-completion workbvosburgh34-581/+1048
2007-05-04converted to JDK 5 stuffbvosburgh24-329/+464
2007-05-04collapsed DiscriminatorColumnComposite into InheritanceComposite to clean up ...kmoore2-388/+297

Back to the top