Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-23This commit was manufactured by cvs2svn to create tag 'v200903240200'.v200903240200nhauge151-61533/+0
2009-01-09253012 - fixed Validation error on ManyToMany and OneToMany with a MapKeykmoore2-2/+119
2008-08-27243559 - [hotbug] Exchanging entity objects contents when renaming a certain ...kmoore4-10/+86
2008-07-09235619 - removing persistence unit from persistence.xml, structure views not ...kmoore1-0/+30
2008-05-22228718 - orm entity and embedded mapping attribute override defaultskmoore3-10/+615
2008-05-21232713 - finding qualifiedTypeNames incorrectlykmoore2-0/+94
2008-05-15fixed failing testskmoore1-3/+3
2008-05-15[225885] fix editing annotations with property accessbvosburgh110-4123/+4102
2008-05-15228571 - defaultPkJoinColumns for OrmEntitykmoore1-4/+120
2008-05-15231471 - discriminator value combo disabled incorrectly in orm.xmlkmoore2-1/+56
2008-05-14231834 - fix OrmEntity.associatedTables to include secondary tableskmoore1-1/+10
2008-05-13231228 - TableGenerator in java and orm.xml does not have a default schema or...kmoore2-0/+46
2008-05-13231173 - default entity table name in orm.xml calculated incorrectlykmoore2-4/+34
2008-05-09229423 - incorrect validation for join column referencing attribute overridekmoore2-3/+92
2008-05-02230015 - Updating copyright statements to 2008.nhauge47-47/+47
2008-05-02Fix copyright statements.nhauge3-0/+30
2008-04-30190317 - changed how implied class refs work to handle validating persistent ...kmoore12-33/+65
2008-04-22185986 - model support for 1-1 primaryKeyJoinColumns to avoid invalid error m...kmoore2-0/+362
2008-04-22224920 - Metadata complete in orm.xml and attribute mapping annotations are n...kmoore6-27/+148
2008-04-20223842 - context model support for unique constraintskmoore9-1/+1952
2008-04-16225628 - Multiple types displayed in Structure view - changed the root struct...kmoore3-0/+419
2008-04-14removed unnecessary castkmoore1-1/+1
2008-04-07unncommented tests, didn't mean to check them inkmoore2-27/+28
2008-04-07223418- begin cleaning things up so we can move to using the ast model instea...kmoore1-4/+4
2008-04-07223418- begin cleaning things up so we can move to using the ast model instea...kmoore11-223/+237
2008-04-04removing unused methods from JDTMemberkmoore1-8/+0
2008-04-04added isPublic() isFinal() methods to the java resource model, this was being...kmoore1-0/+71
2008-04-03[bug 223416] persistenceUnit.mappingFileRefs() does not return default orm.xm...pfullbright1-1/+1
2008-04-02221929 - exception removing attribute mapping from orm.xmlkmoore1-0/+23
2008-03-31221926 - exception with unmapped mapping in orm.xmlkmoore3-1/+156
2008-03-27fix exception in validation for generators when the entity is specified in or...kmoore4-8/+8
2008-03-27uncommented testskmoore4-32/+36
2008-03-27renamed java resource model interfaces to include Annotation for consistencykmoore36-875/+875
2008-03-26added get prefixes to more interfaceskmoore42-586/+586
2008-03-26added get prefixes to resource model interfaceskmoore83-1597/+1597
2008-03-26added JavaResourceModel interfacebvosburgh2-3/+4
2008-03-26added JpaCompilationUnit interfacebvosburgh1-1/+1
2008-03-26added get prefixes to jpt.core.utility interfaceskmoore2-9/+9
2008-03-26added get prefixes to jpt.core.context.* package interfaceskmoore9-42/+42
2008-03-26added get prefixes to utility plugin interfaceskmoore5-37/+33
2008-03-26more get prefix changes to jpt.core.contextkmoore8-81/+81
2008-03-26beginning to rename accessors to include the get prefixkmoore19-134/+134
2008-03-25renamed AbstractColumn to BaseColumn and related changesbvosburgh1-22/+21
2008-03-25renamed some testsbvosburgh1-8/+8
2008-03-25reworked JpaFilebvosburgh1-1/+1
2008-03-25reworked some core utility classesbvosburgh1-4/+4
2008-03-24reworked Memberbvosburgh1-2/+2
2008-03-24renamed internal JDT utility test packagebvosburgh14-20/+20
2008-03-24reworked DeclarationAnnotationAdapterbvosburgh3-69/+69
2008-03-24reworked AnnotationElementAdapterbvosburgh1-96/+96

Back to the top