Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-05-11isolated "unchecked" codebvosburgh5-16/+55
2007-05-11New Setbvosburgh40-272/+315
2007-05-11[181471] added more code-completionbvosburgh18-134/+302
2007-05-11added EnumArrayDeclarationAnnotationElementAdapterbvosburgh1-0/+130
2007-05-11185224 -XMLAttibuteOverride table default is not being setkmoore1-3/+4
2007-05-10Changed DDL Gen dialog to info type, updated text.nhauge3-7/+7
2007-05-10184886 - fixed NPE, have to cache the connectionProfile to remove the ↵kmoore7-285/+311
listener. Also null it out when populate(null) so we don't even up with a stale connectionProfile
2007-05-10Moved Entities Gen. action to JpaPlatformUi.tle1-250/+6
2007-05-10Moved Entities Gen. action, including nhauge 175175 - Add option to Entity ↵tle1-0/+287
Gen for persistence.xml synch, with default based on discovery mode.
2007-05-10Refactored instance variables and behaviors.tle1-42/+4
2007-05-10Updated generateDLL messages.tle4-11/+14
2007-05-10fixed embedded-id iconpfullbright2-1/+1
2007-05-10178911 - New documentation updates.nhauge110-1156/+1219
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 ↵nhauge5-5/+51
based on discovery mode.
2007-05-09186271 - MapKey model support for 1-m and m-m mappings , no default or ↵kmoore49-52/+481
validation
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 ↵bvosburgh11-56/+299
multi-relationship mappings
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 ↵pfullbright1-6/+14
attribute
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 ↵pfullbright20-76/+480
attribute modification
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 ↵kmoore11-354/+71
annotation adapters as well
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

Back to the top