Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2009-07-10This commit was manufactured by cvs2svn to create tag 'v200907100000'.v200907100000nhauge487-78771/+0
2009-07-10even more changes to figure out our test failures in the buildkmoore7-27/+80
2009-07-10removing unused dependencieskmoore15-95/+56
2009-07-10cleaning up warningskmoore3-9/+11
2009-07-10fixed compiler and FindBugs warningsbvosburgh1-9/+14
2009-07-09add the default join column when you override the association override. It i...kmoore3-14/+42
2009-07-09fixed translator mistakekmoore1-1/+1
2009-07-09removed unused importkmoore1-1/+0
2009-07-09more changes to figure out our test failures in the buildkmoore1-1/+1
2009-07-09fixed compiler and FindBugs warningsbvosburgh29-109/+103
2009-07-08changing content type extension point back to non-deprecatedkmoore1-1/+1
2009-07-08clearing up yet more database "name" vs. "identifier" stuffbvosburgh23-113/+155
2009-07-08rework change events - ChangeListener, ChangeAdapter, etc.bvosburgh71-2436/+2229
2009-07-08really screwed up the column translators when I refactoredkmoore5-14/+14
2009-07-08attempt to get tests to pass in the build, the 2.0 orm tests will now failkmoore7-81/+27
2009-07-08changing contentType extension point back to deprecated one, attempting to ge...kmoore1-1/+1
2009-07-07added @SuppressWarnings for covariantOverrideskmoore2-0/+4
2009-07-07cleaning up in an effort to understand how I can reuse RelationshipReference ...kmoore15-323/+364
2009-07-07refactored GenericOrmJoinTable to support a join table that is in an associat...kmoore5-29/+37
2009-07-07cleaned up add/remove strategy so that the joinTable doesn't get unset in the...kmoore1-2/+6
2009-07-07refactored GenericJavaJoinTable to support a JoinTable that is in an Associat...kmoore15-100/+146
2009-07-06added isSpecified to BaseTableAnnotation and NamedColumnAnnotation, this is p...kmoore10-11/+37
2009-07-06renamed abstract buildAnnotation methodskmoore13-29/+29
2009-07-06renamed some convenience methods on NullAnnotationkmoore21-65/+66
2009-07-06cleaning up, adding some commentskmoore17-85/+93
2009-07-06removed unnecessary throws clausekmoore1-1/+1
2009-07-06190327 - virtual association overrides support in orm.xmlkmoore11-92/+859
2009-07-01rework change events - tree and listbvosburgh134-2236/+3664
2009-07-01Refactored the remaining ORM attribute mappings to use an abstract superclasskmoore22-838/+860
2009-07-01refactoring GeneratorContainer to handle 2.0 orm.xmlkmoore16-601/+815
2009-07-01refactored the java attribute mappings to have abstract classeskmoore25-800/+977
2009-06-30creating the wrong Attributes resource, for some reason i can't find any bugs...kmoore1-2/+2
2009-06-30moved EclipseLink1_1MappingFileWizard and didn't update the plugin.xmlkmoore1-1/+1
2009-06-30Created abstract classes for the new java 2.0 resource and context model objectskmoore31-218/+417
2009-06-30remove AbstractEclipseLinkJavaPersistentAttribute - i think this became usele...kmoore5-65/+38
2009-06-30make annotationDefinition implementations finalkmoore38-38/+38
2009-06-29updated the java attribute and association override testskmoore1-82/+133
2009-06-29281389 - added java resource model support for joinTable on AssociationOverri...kmoore32-150/+2617
2009-06-29258523 - [JPA 2.0] Add catalog and schema support to SequenceGeneratortle11-8/+596
2009-06-26cleaned up commentskmoore1-2/+2
2009-06-26thought i fixed the XmlMappingFileRefTest again, but this translator flag is ...kmoore3-6/+10
2009-06-26[267343] problems with catalog and schema names vs. identifiersbvosburgh7-16/+28
2009-06-26[273132] gracefully problems with model being out of synch with ASTbvosburgh1-5/+49
2009-06-25fixed test broken with jst/wst changes in head - backed out original change a...kmoore5-15/+24
2009-06-25rework join column ownersbvosburgh13-226/+247
2009-06-25rework change eventsbvosburgh66-1669/+2250
2009-06-25renamed getResourceTable() to getTableAnnotation()bvosburgh2-72/+69
2009-06-25rename "jdt" stuff to "ast"bvosburgh1-35/+35
2009-06-25remove Collatorsbvosburgh17-265/+62
2009-06-25misc testsbvosburgh2-1/+54

Back to the top