Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2009-05-05272747 - cascade type enum array with incorrect value did not workkmoore1-3/+6
2009-05-05232423 - workspace window flashes periodicallykmoore1-2/+2
2009-05-05Update version number for 2.2.nhauge1-1/+1
2009-05-05[263557] Updates for ICU4J usage.nhauge30-30/+35
2009-05-04230880 - orm.xml DiscriminatorColumn length and type default not taken from j...kmoore1-0/+8
2009-05-04274106 - table generator column combos do not update when table changeskmoore1-5/+53
2009-05-01261107 - Update docs for 2.2 release.nhauge155-4346/+5762
2009-04-28clean up error stringkmoore1-1/+1
2009-04-28272982 - Memory leak in EntityCacheProperties bugtle4-35/+57
2009-04-28231230 - fixed an NPE with code assist for TableGenerator schemakmoore1-1/+3
2009-04-28[273481] fixed JAR file updatebvosburgh4-7/+95
2009-04-27252899 - added code assist for Convert value to Id and Version mappingskmoore4-36/+89
2009-04-24272964 - changing properties in persistence.xml source does not properly upda...kmoore21-971/+740
2009-04-24change to weavingFetchGroups instead of weavingLazy, minor copy/paste errorkmoore1-6/+6
2009-04-22added jar files to persistence.xml editorpfullbright16-73/+438
2009-04-22257766 - join column validation errors with "null" includedkmoore9-110/+302
2009-04-22fixed "null" validation error for converterClasskmoore1-0/+4
2009-04-22245806 - The null line is added to the list of [Secondary Tables] of the [JPA...tle1-2/+37
2009-04-21no column validation error if entity table is not valid, 1 validation error i...kmoore8-8/+8
2009-04-21273093 - NPE in code completion for generatorskmoore1-130/+6
2009-04-21removed engagement tracking; added mechanism for engaging w/ property change ...pfullbright1-14/+41
2009-04-21switched to use PixelConverter API since the internal JDT class was deletedkmoore1-1/+1
2009-04-21minor tweakbvosburgh1-0/+2
2009-04-21[272195] problems with JAR propertiesbvosburgh1-1/+5
2009-04-20[270315] - dispose listener on page disposepfullbright1-11/+27
2009-04-20added jar files to structure view/navigatorpfullbright8-20/+220
2009-04-20status bar updates with selectionpfullbright22-110/+347
2009-04-20cosmeticpfullbright3-24/+29
2009-04-20hooked up jar file validation/added duplicate jar file validationpfullbright3-3/+40
2009-04-20added file name property/fixed empty file name problemspfullbright2-77/+113
2009-04-20Added getResource() implementationpfullbright1-1/+9
2009-04-20found 2 more spinners, changed them to comboskmoore4-206/+180
2009-04-20removing unboxing of the booleankmoore1-1/+1
2009-04-20231230 - Code assist for java @TableGenerator table, schema, catalog, pkColum...tle2-7/+145
2009-04-20Renamed method getConvertResource()tle1-3/+3
2009-04-17271397 - specify bundle versions for orbit dependencies.nhauge1-3/+3
2009-04-17removed a lot of the "populating" flags from combos - changed the focusGained...kmoore3-208/+46
2009-04-17230396 - changing spinners to combos with a default option that only accept i...kmoore1-112/+30
2009-04-17271478 - Converter Name widget is brokenkmoore1-1/+4
2009-04-17270448 - Update labels to reference Dali Java Persistence Tools versus JPA To...nhauge8-20/+20
2009-04-17230396 - changing spinners to combos with a default option that only accept i...kmoore15-1649/+714
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...kmoore3-33/+145
2009-04-15272376 - patch from Danny - Entity Generation - disabled association showing ...kmoore2-15/+5
2009-04-15270871 - patch from Danny Ju - Entity Generation - 1-Many Relationship with c...kmoore1-1/+21
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

Back to the top