Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-19This commit was manufactured by cvs2svn to create tag 'v200910190000'.v200910190000nhauge509-77878/+0
2009-10-14fixed NPE setting join column names in the UI if relationship mapping does no...kmoore2-2/+8
2009-10-13258490 - basic element collection mapping support for generic 2.0 and eclipse...kmoore15-6/+678
2009-10-13290021 - [JPA 2.0] Shared-Cache-Mode element supporttle3-4/+108
2009-10-09added JPA version change functionalitypfullbright3-173/+272
2009-10-07fixed details page for null type mappings as I did for null attribute mappingskmoore2-6/+15
2009-10-07broke the displaying of attribute mapping composites when fixing the displayi...kmoore1-2/+5
2009-10-07support for metamodel source folderbvosburgh2-68/+97
2009-10-07allow 'null' list entrybvosburgh1-2/+11
2009-10-06renamed FileUiDefinitions methods to ResourceUiDeifntions to match the interf...kmoore5-17/+17
2009-10-06fixed problem displaying details page for null java attribute mappingskmoore2-4/+11
2009-10-06removed empty linekmoore1-1/+0
2009-10-05added platform filtering by jpa facet versionpfullbright1-8/+14
2009-10-05Metamodel generation, part 4bvosburgh4-28/+110
2009-10-05fixed details provider for eclipselink orm.xml fileskmoore2-2/+2
2009-10-05changed mapped-by combo to Combo instead of CCombokmoore2-5/+32
2009-10-01fixed compiler errors after making populate() a private methodkmoore2-11/+0
2009-10-01fixed problem populating the panel the first time it is createdkmoore2-12/+4
2009-10-01cleaning up listener issues in Pane and JpaDetailsView. Cleaned up dispose()...kmoore7-185/+79
2009-09-30Updated array initial sizetle2-4/+5
2009-09-30removed some unused property stringskmoore1-2/+0
2009-09-30no longer need the repopulateWithNullSubject checkkmoore1-17/+1
2009-09-30removed use of addPropertyNames(). Instead installed a ConstrolSwitcher that...kmoore3-271/+75
2009-09-29Big check-in: collapsed orm/persistence resource models, reworked resource cr...pfullbright35-437/+427
2009-09-24creating PersistenceXmlDefinition so that we can support multiple persistence...kmoore2-29/+4
2009-09-24more refactoring to support persistence.xml files. creating PersistenceResou...kmoore54-292/+365
2009-09-24refactoring JpaPlatformUi to work similary to JpaPlatform. Trying to remove ...kmoore113-2920/+2806
2009-09-24280150 - [JPA 2.0] Validation Mode elementtle6-42/+59
2009-09-23290061 - use the IResourceRuleFactory instead of hard coded rules.nhauge1-3/+4
2009-09-23remove the defaultAttributeMappingUiProvider, not needed just for building a ...kmoore2-26/+2
2009-09-22280150 - [JPA 2.0] Validation Mode elementtle3-0/+99
2009-09-21Refactoring sequence generators to support schema and catalog in eclipselink 2.0kmoore5-188/+267
2009-09-16mapping provider -> mapping definitionpfullbright2-6/+6
2009-09-15bug #258491 - added association override support to 2.0 embedded mappingskmoore10-20/+260
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore17-464/+247
2009-09-08277662 - Enhance New Entity wizard to accept short names for attribute types ...nhauge5-113/+160
2009-09-08258538 - [JPA 2.0] Persistence Unit propertiestle4-20/+132
2009-09-08Extracted buildEntityMappingsGeneratorsComposite for sub-classingtle1-4/+8
2009-09-08Refactored EntityMappings details providerstle3-6/+83
2009-09-08refactored to use a container model object for association overrides and attr...kmoore1-12/+36
2009-09-04269057 - Filter out empty tables from the table selection list. This removes...nhauge2-24/+40
2009-09-04removed internal.*.platform packages since there is no corresponding public ....kmoore1-1/+1
2009-09-03got the providers backwards and broke them instead of fixing them. Now both ...kmoore2-3/+2
2009-09-03rename gen packagesbvosburgh18-39/+39
2009-09-03move some methods from CollectionTools to ArrayToolsbvosburgh11-28/+37
2009-09-02fixed entity UI so that the orm.xml 1.0 UI builds correctly in a JPA 2.0 plat...kmoore2-11/+2
2009-09-02ui support for derived id + big ui package refactorpfullbright221-1039/+1213
2009-09-02258538 - [JPA 2.0] Persistence Unit propertiestle5-19/+83
2009-08-31bug 281389 - completed orm join table in association overrides workkmoore4-52/+140
2009-08-31fixing widget disposed exceptionkmoore1-2/+11

Back to the top