Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-14This commit was manufactured by cvs2svn to create tag 'v200912140001'.v200912140001nhauge185-24466/+0
2009-12-01258535 - [JPA 2.0] NamedQuery lockModeType supporttle4-25/+38
2009-11-30258515 - OrderColumn support in both orm and javakmoore3-69/+166
2009-11-19258515 - changed Ordering composite strings in an effort to add order column ...kmoore2-99/+42
2009-11-04294141 - fix for illegal attribute mapping problem in the orm.xml when the ja...kmoore4-2/+96
2009-11-04cleaned up illegal argument exception string copy/paste errorkmoore1-1/+1
2009-10-26258533 - [JPA 2.0] Orphan-Removal supporttle1-3/+1
2009-10-26fixed Entity.getParentEntity() implementation to return null instead of this ...kmoore1-1/+2
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...kmoore1-1/+0
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-06fixed problem displaying details page for null java attribute mappingskmoore2-4/+11
2009-10-06removed empty linekmoore1-1/+0
2009-10-05Metamodel generation, part 4bvosburgh1-5/+5
2009-10-05fixed details provider for eclipselink orm.xml fileskmoore2-2/+2
2009-10-05changed mapped-by combo to Combo instead of CCombokmoore1-5/+1
2009-10-01cleaning up listener issues in Pane and JpaDetailsView. Cleaned up dispose()...kmoore4-51/+22
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...pfullbright14-149/+150
2009-09-24more refactoring to support persistence.xml files. creating PersistenceResou...kmoore24-78/+20
2009-09-24refactoring JpaPlatformUi to work similary to JpaPlatform. Trying to remove ...kmoore62-892/+1470
2009-09-23remove the defaultAttributeMappingUiProvider, not needed just for building a ...kmoore2-26/+2
2009-09-21Refactoring sequence generators to support schema and catalog in eclipselink 2.0kmoore4-186/+265
2009-09-15bug #258491 - added association override support to 2.0 embedded mappingskmoore4-8/+78
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore11-428/+231
2009-09-08258538 - [JPA 2.0] Persistence Unit propertiestle1-20/+35
2009-09-08Extracted buildEntityMappingsGeneratorsComposite for sub-classingtle1-4/+8
2009-09-08Refactored EntityMappings details providerstle2-6/+29
2009-09-08refactored to use a container model object for association overrides and attr...kmoore1-12/+36
2009-09-03got the providers backwards and broke them instead of fixing them. Now both ...kmoore1-2/+1
2009-09-03move some methods from CollectionTools to ArrayToolsbvosburgh1-2/+3
2009-09-02fixed entity UI so that the orm.xml 1.0 UI builds correctly in a JPA 2.0 plat...kmoore1-1/+2
2009-09-02ui support for derived id + big ui package refactorpfullbright171-40/+22565
2009-02-17cleaning up platform ui api, attribute mapping providerskmoore2-131/+110
2009-02-16cleaning up platform ui api, type mapping providerskmoore1-101/+103
2009-02-13cleaning up JpaPlatformUi, added ContentType to the ui providers, changed det...kmoore15-29/+32
2009-02-13beginning to clean up JpaPlatformUikmoore3-5/+5
2009-01-28added access annotation support for eclipselink 1.1 persistent types, refacto...kmoore1-10/+10
2009-01-13testing out some widget layouts for orm type mappingskmoore1-0/+8
2009-01-13moved AccessTypeComposite out of the orm package in preparation for using it ...kmoore1-0/+108
2008-12-19minor tweaksbvosburgh1-1/+1
2008-12-17minor tweaksbvosburgh1-6/+0
2008-12-02[254918] - Changes to allow eclipselink and orm resources to both exist withi...pfullbright23-685/+535
2008-11-21255994 - fixed UI so that you can set a mapping to defaultkmoore1-16/+3
2008-10-29removed Conversion section from eclipselink orm version, id, and basic mappingskmoore3-3/+3
2008-10-28cosmeticpfullbright1-8/+7
2008-10-23tweaked commentbvosburgh10-10/+10
2008-10-13237657 - EclipseLink default 1-1 and 1-m mappingskmoore10-10/+50
2008-10-10rename method to add get prefixkmoore1-8/+8

Back to the top