Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-11This commit was manufactured by cvs2svn to create tag 'v201001110000'.v201001110000nhauge1326-248443/+0
2010-01-11fixed NPE attempting java completion on multi relationship mappingskmoore3-3/+89
2010-01-11fixed attribute/association override name code completion. was not using the ...kmoore7-2/+23
2010-01-11cleaning up getOwningTableNamekmoore4-16/+12
2010-01-11added candidateTableNames() api to BaseColumn.Owner for support of element co...kmoore36-215/+215
2010-01-11added tableNameIsInvalid() to BaseColumn so that Owner can become private eve...kmoore30-66/+49
2010-01-07refactored association override owner to handle tables that are not the prima...kmoore14-80/+177
2010-01-07rename resolveOverridenColumn to resolveOverriddenColumnkmoore16-50/+50
2010-01-07changed AttributeOverrides to check the owner for table informationkmoore23-127/+334
2010-01-07298646 - Unable to unset eclipselink logging file in persistence.xmltle5-7/+28
2010-01-07298647 - Unable to unset eclipselink DDL generation location in persistence.xmltle4-9/+27
2010-01-06295614 - directly update persistence.xml when generating entities. Also adde...nhauge7-63/+98
2010-01-06delete FormPanebvosburgh191-1261/+1054
2010-01-06tweak tests to pass on IBM JVMbvosburgh1-4/+16
2010-01-06tweak commentbvosburgh1-20/+20
2010-01-05more converter changes to fix some NPEs in the test logskmoore6-38/+40
2010-01-05Added @Overridetle1-0/+1
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle1-1/+2
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle17-27/+1216
2010-01-05Refactored initialization processtle2-6/+24
2010-01-05maps id validationpfullbright9-25/+201
2010-01-05[294889] allow underscore in db identifiersbvosburgh6-46/+34
2010-01-05[258541] JPA 2.0 default delimited identifiers - UIbvosburgh8-38/+94
2010-01-05utility workbvosburgh176-3420/+5627
2010-01-04refactored specifiedConverter further: removed the default converter and forg...kmoore53-823/+802
2009-12-31removed defaultConverter support from ConvertibleMapping, this wasn't really ...kmoore46-547/+419
2009-12-31fixed default value display for orm (defaultless) mapsIdpfullbright1-2/+4
2009-12-31mapsId - calculate default value, value choicespfullbright3-10/+116
2009-12-31added api to BaseEmbeddedMappingpfullbright6-30/+33
2009-12-30element collection added target class chooserkmoore6-6/+148
2009-12-30cleaning up chooser widgets and refactoring to handle target entity and targe...kmoore8-507/+200
2009-12-29element collection collection table supportkmoore66-1644/+4648
2009-12-23change JoinColumn.Owner getRelationshipMapping to getPersistentAttribute so t...kmoore11-41/+45
2009-12-22Added MapKeyJoinColumn/MapKeyJoinColumns annotation resource model supportkmoore21-144/+1636
2009-12-21added MapKeyColumn, MapKeyEnumerated, MapKeyTemporal java resource model supportkmoore37-465/+2034
2009-12-21renamed test classes for consistencykmoore3-6/+6
2009-12-21tightening up resource model constructors to take Types or Attributeskmoore45-188/+150
2009-12-19[258541] JPA 2.0 default delimited identifiers - modelbvosburgh215-2268/+2638
2009-12-19ListIterable workbvosburgh72-124/+2653
2009-12-18added MapKeyClass annotation resource model and testskmoore7-0/+438
2009-12-18Added targetClass support to element collection and refactored to create a Co...kmoore21-184/+1023
2009-12-18added Ordering support to element collectionkmoore5-189/+33
2009-12-18derived identity - ui reworkpfullbright14-143/+331
2009-12-18extracted ComboPane from DatabaseObjectCombopfullbright8-309/+378
2009-12-18derived identity - model rework testingpfullbright8-401/+537
2009-12-18derived identity - model reworkpfullbright40-554/+1156
2009-12-18removed importpfullbright3-14/+14
2009-12-18made joining strategy sections collapsablepfullbright8-85/+93
2009-12-18comment fixespfullbright1-2/+0
2009-12-17Removed unused variable.tle1-1/+0

Back to the top