Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-05This commit was manufactured by cvs2svn to create tag 'v200806050000'.v200806050000nhauge767-122674/+0
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
2008-04-23null check for query validation messagekmoore1-1/+1
2008-04-23222256 - exceptions related to virtual table and sequence generators in the o...kmoore4-4/+16
2008-04-23228411 - remove entity from orm.xml source and another entity is removed as wellkmoore2-16/+31
2008-04-23227832 - Validation message for orphaned entitieskmoore1-13/+45
2008-04-22185986 - model support for 1-1 primaryKeyJoinColumns to avoid invalid error m...kmoore10-57/+326
2008-04-22problem with virtual mapping when metadata-complete is truekmoore1-1/+1
2008-04-22225645 - renaming jpa project problemskmoore1-1/+14
2008-04-22224920 - Metadata complete in orm.xml and attribute mapping annotations are n...kmoore4-33/+62
2008-04-21removed importkmoore1-1/+0
2008-04-21fix ConcurrentModificationExceptionkmoore1-1/+1

Back to the top