Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-02230015 - Updating copyright statements to 2008.nhauge3-3/+3
2008-04-30229525 - fixed InvalidThreadAccess with cascadekmoore1-30/+55
2008-04-20223842 - context model support for unique constraintskmoore1-3/+21
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...kmoore1-5/+5
2008-03-18java attribute/association overrides validation and defaultskmoore3-113/+14
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-07cleaning up wanrings, adding @Overrideskmoore3-9/+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-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-27Moved GenericJpaPlatform/Factory/AnnotionProvider back to internal and JpaPla...pfullbright3-3/+3
2008-02-25Collapsed JpaPlatform, JpaFactory, JpaAnnotationProvider hierarchies and move...pfullbright35-36/+36
2008-02-25Refactored packages into public API, renamed interfaceskmoore154-4091/+1019
2008-02-19tweaked Java code-completionbvosburgh1-11/+11
2008-02-14switched the order of updating, update mapping annotations first, then other ...kmoore1-1/+1
2008-02-12create an attributeOverride specific owner. fixed and tested exceptions edit...kmoore1-0/+77
2008-02-12change AnnotationDefinition interface to use JavaPersistentResource instead o...kmoore59-145/+140
2008-02-11adding a new secondaryTable was deleting the pkJoinColumns from the existing ...kmoore1-2/+5
2008-02-08fixed problems changing mapping types, including invalid thread access except...kmoore1-10/+25
2008-02-07fixed resource model initialization problemkmoore2-0/+5
2008-02-07cleaning up some property change notificationkmoore2-11/+11

Back to the top