Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-07added methods typeIsSerializable() and typeIsDateOrCalendar()kmoore1-0/+64
2008-10-02cleaned up imports using DaliEMFFormatterpfullbright4-4/+1
2008-10-02Refactored to allow for EclipseLink orm context modelpfullbright1-1/+1
2008-09-29toString() considered helpfulbvosburgh9-17/+65
2008-09-26made field privatekmoore1-1/+1
2008-09-26fixed warningbvosburgh2-4/+9
2008-09-25fixed warnings and removed unused method from GenericJpaModelkmoore2-2/+2
2008-09-23ArtifactEdit out, ModelProvider in (finally)pfullbright9-22/+388
2008-09-12[242321] database case-sensitivitybvosburgh8-17/+76
2008-09-11239163- refactoring existing converters(lob, enumerated, temporal) in order t...kmoore4-6/+6
2008-09-05renaming java context model methods get*Resource() to getResource*(), other s...kmoore26-115/+104
2008-09-03eclipselink java resource model support for @ReadTransformer @WriteTransformerkmoore1-1/+1
2008-09-02225332 - Exception thrown when JRE System Library on build path doesn't exist...kmoore1-1/+4
2008-09-02use JPA static strings, hardcoded strings left in a few placeskmoore16-21/+62
2008-08-29245682 - add Translator.END_TAG_NO_INDENT so that persistence.xml is formatte...kmoore2-3/+3
2008-08-07moved empty tag boolean translator to common packagepfullbright7-1/+7
2008-08-07moved version to be first attributepfullbright1-1/+1
2008-08-04provisional API change - rename PrimaryKeyJoinColumns to PrimaryKeyJoinColumn...kmoore1-4/+4
2008-08-04renamed java resource model updateFromJava method to just updatekmoore63-101/+101
2008-07-21235384 - update on classpath changeskmoore1-1/+16
2008-05-21232713 - finding qualifiedTypeNames incorrectlykmoore2-2/+2
2008-05-15[225885] fix editing annotations with property accessbvosburgh6-498/+763
2008-05-14231875 - NPE when duplicate fields/methods existkmoore1-6/+4
2008-05-02230015 - Updating copyright statements to 2008.nhauge38-38/+38
2008-05-02Fix copyright statements.nhauge11-0/+110
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

Back to the top