Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-30This commit was manufactured by cvs2svn to create tag 'v200804300001'.v200804300001nhauge130-15645/+0
2008-04-30229525 - fixed InvalidThreadAccess with cascadekmoore1-30/+55
2008-04-20223842 - context model support for unique constraintskmoore2-7/+32
2008-04-18performance improvments, missed one setterkmoore1-0/+3
2008-04-18performance improvements, setting things on the java annotation adapters when...kmoore29-0/+156
2008-04-16225628 - Multiple types displayed in Structure view - changed the root struct...kmoore1-1/+1
2008-04-07223418- begin cleaning things up so we can move to using the ast model instea...kmoore30-59/+93
2008-04-04added isPublic() isFinal() methods to the java resource model, this was being...kmoore1-10/+51
2008-04-03renamed a methodkmoore1-2/+2
2008-03-29224641 - deleting java files causes exceptionskmoore4-13/+13
2008-03-27renamed java resource model interfaces to include Annotation for consistencykmoore34-111/+111
2008-03-26added get prefixes to resource model interfaceskmoore62-279/+279
2008-03-26added JavaResourceModel interfacebvosburgh3-2/+6
2008-03-26added JpaCompilationUnit interfacebvosburgh4-13/+15
2008-03-26removed Node from inheritance hierarchybvosburgh2-30/+53
2008-03-26beginning to rename accessors to include the get prefixkmoore13-38/+38
2008-03-26renamed AbstractColumnAnnotation to BaseColumnAnnotation and related changesbvosburgh10-26/+26
2008-03-25renamed AbstractTableResource to AbstractResourceTablebvosburgh4-23/+23
2008-03-25reworked ResourceModelbvosburgh1-1/+1
2008-03-25reworked Typebvosburgh1-6/+6
2008-03-24reworked AnnotationElementAdapterbvosburgh30-58/+58
2008-03-24reworked AnnotationAdapterbvosburgh2-3/+3
2008-03-24renamed internal JDT utility packagebvosburgh58-147/+147
2008-03-24moved remainder of JDT utility interfaces to public packagebvosburgh39-69/+69
2008-03-24moved JDT utility interfaces to public packagebvosburgh55-180/+180
2008-03-24moved TextRange to utility packagebvosburgh48-48/+48
2008-03-24converted JDT utility classes to interfacesbvosburgh1-5/+7
2008-03-20created IdClass interface so that there can be one ui for both entity and map...kmoore2-6/+6
2008-03-19create XmlAssociationOverride interface in anticipation of supporting virtual...kmoore1-0/+7
2008-03-18fixed warningkmoore1-1/+1
2008-03-18java attribute/association overrides validation and defaultskmoore3-113/+14
2008-03-18fixed exceptions reading orm.xml with cascade type set on mappingskmoore1-1/+8
2008-03-14208311 - emeddedId mapping attribute overrides support in the UIkmoore2-4/+4
2008-03-14changed default mapping to use a null resource even if the resource exists. ...kmoore1-7/+3
2008-03-12various renamesbvosburgh54-177/+178
2008-03-10Removed all references to IDTranslator - potential fix for [Bug 222109]pfullbright47-94/+0
2008-03-07cleaning up wanrings, adding @Overrideskmoore9-15/+13
2008-03-06orm.xml virtual and default secondary tables supportkmoore1-0/+7
2008-03-05created utility public APIbvosburgh4-5/+5
2008-03-04removed needless commentbvosburgh1-6/+1
2008-03-04removed imports related to javadocs. We can now turn off javadoc processing -...kmoore1-1/+0
2008-03-03orm.xml secondary table defaults and testingkmoore1-0/+8
2008-03-03renamed orm.xml resource model implementation classes to match interfaceskmoore20-32/+32
2008-03-03check for enum types as well as annotation types. This fix is temporarykmoore1-1/+1
2008-02-29fixing NPE's building persistent type resource for annotation types. This fi...kmoore1-1/+4
2008-02-29renamed implementation classes to match the new interface nameskmoore3-20/+28
2008-02-29fixing NPE's building persistent type resource for annotation types. This fi...kmoore1-8/+20
2008-02-28table name, catalog, schema text range support in orm.xml resource model - al...kmoore3-12/+12
2008-02-27Moved GenericJpaPlatform/Factory/AnnotionProvider back to internal and JpaPla...pfullbright3-3/+3
2008-02-26regenerated the orm emf resource modelkmoore31-195/+195

Back to the top