Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-23This commit was manufactured by cvs2svn to create tag 'v200807230200'.v200807230200nhauge767-122711/+0
2008-07-22fixes for bugs 228781, 228783 - validation in mapping file wizardpfullbright1-2/+2
2008-07-21[231643] fixed up handling of rootStructureNodesbvosburgh1-18/+26
2008-07-21235384 - update on classpath changeskmoore1-1/+16
2008-07-21232881 - check for null attribute name since this is possible in an orm.xml filekmoore1-1/+7
2008-07-09235619 - removing persistence unit from persistence.xml, structure views not ...kmoore1-0/+2
2008-07-09234667 - fire change notification with correct property stringkmoore1-1/+1
2008-07-09240080 - NPE when writing named queries to orm.xmlkmoore1-1/+5
2008-07-09234628 - ui not updated if you quickly type in or copy in a TableGenerator an...kmoore1-12/+24
2008-07-09233332 - delete mapped-superclass from orm.xml, structure view not updated co...kmoore1-15/+6
2008-07-09236109 - remove native query from entity-mappings throws exceptionkmoore2-13/+12
2008-05-22228718 - orm entity and embedded mapping attribute override defaultskmoore17-195/+437
2008-05-21232713 - finding qualifiedTypeNames incorrectlykmoore2-2/+2
2008-05-15229838 - added provisional api statementskmoore5-0/+38
2008-05-15229838 - a few minor javadoc changes, including adding the provisional api co...kmoore4-14/+29
2008-05-15[225885] fix editing annotations with property accessbvosburgh42-1968/+1602
2008-05-15231885 - Creating a new connection results in update to connection in JPA pro...tle1-3/+5
2008-05-15228571 - defaultPkJoinColumns for OrmEntitykmoore2-7/+97
2008-05-15231471 - discriminator value combo disabled incorrectly in orm.xmlkmoore2-3/+4
2008-05-14[Bug 225613] - New JPA project defaults incorrect for JEE project creationpfullbright2-7/+109
2008-05-14231834 - fix OrmEntity.associatedTables to include secondary tableskmoore1-2/+1
2008-05-14231875 - NPE when duplicate fields/methods existkmoore1-6/+4
2008-05-13231228 - forgot to update the initialize methods for this bug fixkmoore2-0/+4
2008-05-13231657 - problems adding attributes to orm.xml - embedded-id had incorrect xm...kmoore9-9/+9
2008-05-13231231 - NPE validating attribute override in orm.xml with no column specifiedkmoore1-10/+7
2008-05-13231228 - TableGenerator in java and orm.xml does not have a default schema or...kmoore2-1/+39
2008-05-13231173 - default entity table name in orm.xml calculated incorrectlykmoore2-5/+8
2008-05-13229506 - EclipseLink persistence.xml exception adding descriptor customizerkmoore1-1/+1
2008-05-12230999 - null check to fix validation exceptionkmoore1-1/+5
2008-05-09[Bug 229891] - Default schema project preference stored in different place th...pfullbright1-31/+35
2008-05-09229423 - incorrect validation for join column referencing attribute overridekmoore2-54/+99
2008-05-09228572 - Discriminator Column length displaying 'null' default in orm.xml entitykmoore1-11/+1
2008-05-09228553 - targeted try/catch blocks to handle continuing on after a programmer...kmoore5-13/+54
2008-05-02230015 - Updating copyright statements to 2008.nhauge124-132/+132
2008-05-02Fix copyright statements.nhauge11-0/+110
2008-04-30190317 - changed how implied class refs work to handle validating persistent ...kmoore2-13/+20
2008-04-30[Bugs 228767, 228769, 228771] - JPA default schema controlspfullbright2-6/+77
2008-04-30[Bug 228764] - JPA facet wizard page: no default platform specified if previo...pfullbright2-1/+17
2008-04-30[Bug 228777] - Mapping File wizard: no defaults based on selection selectedpfullbright1-2/+15
2008-04-30229525 - fixed InvalidThreadAccess with cascadekmoore1-30/+55
2008-04-29[Bugs 22871, 22873] - Mapping File wizard: no warning for non-source folder, ...pfullbright2-6/+48
2008-04-28[Bug 228778] - Mapping File wizard: source folder field should use a browse b...pfullbright1-2/+2
2008-04-28[Bug 228780] - Mapping File wizard: access type and persistence unit widgets ...pfullbright3-26/+142
2008-04-28removing importskmoore1-1/+0
2008-04-25228576 - don't try to delete markers if the project has been closedkmoore1-5/+8
2008-04-25228755 - rename orm.xml file NPE during updatekmoore2-8/+15
2008-04-25228884 - NPE adding validation error for orm relationship mapping mappedBykmoore7-18/+91
2008-04-24[bug 200268] - Mapping file (orm.xml) creation wizardpfullbright4-0/+540
2008-04-24[bug 194562] - Default JPA platform - fix to the fixpfullbright1-1/+1
2008-04-24[bug 195095] - It should be possible to assign a database schema as default s...pfullbright9-25/+203

Back to the top