Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-21Refactoring sequence generators to support schema and catalog in eclipselink 2.0kmoore5-188/+267
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-26cleaned up some of the duplicate code in the generators UIkmoore20-1357/+763
2009-08-25Fixed NLS missing messagetle1-1/+0
2009-08-25[286797] problems with MS SQL Server/Sybase "catalogs"bvosburgh3-22/+16
2009-08-25Cleaned up enabling/disabling issues with the join columns panel now that it ...kmoore5-89/+94
2009-08-24286903 - fix help button.nhauge1-1/+1
2009-08-24Fixed NLS missing messagetle1-1/+0
2009-08-22refactor default platform stuff a bitbvosburgh1-1/+1
2009-08-21move PersistenceUnitProperties, JpaOptions2_0, and JpaConnection2_0 to public...bvosburgh14-18/+18
2009-08-21add generic type informationbvosburgh1-2/+2
2009-08-18bug 281389 - java joinTable association override supportkmoore11-309/+498
2009-08-17refactoring UI in preparation for adding join-table support to 2.0 associatio...kmoore10-532/+747
2009-08-17removing the vestigial selectedItemHolder, it exists in the super class. also...kmoore1-61/+22
2009-08-14258538 - [JPA 2.0] Persistence Unit propertiestle14-0/+1428
2009-08-14JPA 2.0 supporttle1-0/+68
2009-08-14beginning to refactor OverridesComposite in an effort to switch out the assoc...kmoore1-57/+47
2009-08-13refactored list box and drop-down bindingsbvosburgh9-651/+1602
2009-08-13refactored boolean button bindingbvosburgh2-2/+197
2009-08-13minor refactorbvosburgh14-248/+190
2009-08-13general re-work of value model stuffbvosburgh4-1263/+1092
2009-08-13fixed memory leak in ControlEnabler/VisibilityEnablerbvosburgh9-373/+235
2009-08-13updated with recent changes to copied internal JDT classbvosburgh1-15/+33
2009-08-05258523 - [JPA 2.0] Add catalog and schema support to SequenceGeneratortle8-5/+327
2009-08-03284852 - Updating javadoc layout.nhauge1-11/+2
2009-07-30association override - switch to use JoinColumnJoiningStrategykmoore7-221/+91
2009-07-29prevent infinite loop, call addUnmanagedList from addListkmoore1-1/+1
2009-07-29renamed containsSpecifiedJoinColumns to hasSpecifiedJoinColumns for consistencykmoore1-2/+2
2009-07-29cleaned up JoinColumnsComposite so that I could remove the redundancy from Jo...kmoore8-520/+443
2009-07-27more renames - eclipselink Core and UIkmoore1-1/+1
2009-07-24created some abastract UI compositeskmoore23-557/+1073
2009-07-23broke this in my many attempts to figure out the test failures. switching it...kmoore1-1/+1
2009-07-23more refactorings: ui, eclipselink core, and some generic 2.0 changeskmoore27-117/+117
2009-07-21cleaning up some string references to EclipseLink classes that don't exist yetkmoore2-2/+2
2009-07-17package rename to jpa2kmoore30-0/+1965

Back to the top