Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Collapse)AuthorFilesLines
2012-09-11Reworked Javadoc generator options.v201209111818Tran Le3-153/+175
2012-09-11Merge branch 'master' of ↵Rick Sapir565-7012/+3222
ssh://rsapir@git.eclipse.org/gitroot/dali/webtools.dali.git
2012-09-11Updated docs, preliminary reviewRick Sapir213-6091/+12213
2012-09-11Bug 372069 - NPE when trying to override an association mapping withNan Li2-9/+14
mapped-by strategy
2012-09-07removed now unnecessary validation methodsKaren Butzke2-22/+2
2012-09-06Correctly fixed java code completion filteringKaren Butzke17-23/+61
2012-09-06Fixed Javadoc file not foundv201209060440Tran Le1-0/+1
2012-09-05Update version numbers for 3.3 M2.Neil Hauge23-23/+23
2012-09-05Included generated Javadoc directories and files.v201209051838Tran Le1-1/+15
2012-09-05Deleted Java and Orm interfaces that are no longer needed after deletingKaren Butzke361-5476/+1910
JavaJpaContextNode and XmlContextNode
2012-09-05Deleted JavaJpaContextNode and XmlContextNode - no longer needed afterKaren Butzke188-715/+471
refactorings to remove CompilationUnit from validation and content assist api
2012-09-05Revert "Fixed filtering of completion proposals after my recent refactoring ↵Karen Butzke1-40/+2
- adding quotes as necessary in the proposal computer itself" This reverts commit 8e884ee1f86ca2c7512ecac40c74a4db156a09b9.
2012-09-04Moved Javadoc generation plugin.v201209041929Tran Le9-0/+299
2012-09-01support for versionless xml filesPaul Fullbright11-50/+50
2012-08-31remove 'templates' directory from jpa.ui source jar - it is alreadyBrian Vosburgh1-2/+1
included in binary jar
2012-08-31add new .options files to appropriate build.properties filesBrian Vosburgh2-3/+5
2012-08-31[387484] NPE creating JPA project with build - fix by adding newBrian Vosburgh1-1/+2
plugin.xml to build.properties/bin.includes
2012-08-31minor clean-upBrian Vosburgh3-7/+17
2012-08-31[297124] remove obsolete component.xml filesBrian Vosburgh9-103/+16
2012-08-31Fixed filtering of completion proposals after my recent refactoring -Karen Butzke1-2/+40
adding quotes as necessary in the proposal computer itself
2012-08-31starting updated doc for dali 3.2Rick Sapir7-104/+204
2012-08-30removed now unnecessary TODOKaren Butzke1-1/+0
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke110-700/+460
and moved up the hierarchy, removed Filter and CompilationUnit parameters in both JPA and JAXB
2012-08-29Reorganized JPA featuresv201208291641Tran Le2-7/+7
2012-08-29Added Javadoc generation.v201208290339Tran Le1-2/+1
2012-08-28Changed (C) to 2012Rick Sapir1-10/+9
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke354-3868/+1931
astRoot when validating, moved validate methods up the hierarchy, removed textRange resolvers, removed some owner interfaces
2012-08-22[386347] externalize missing radio button text.nhauge3-3/+5
2012-08-22rename: commonResourceModels.genmodel -> common.genmodelPaul Fullbright2-2/+2
2012-08-20removed unused importsKaren Butzke1-2/+0
2012-08-20380150 - Need tolerance for EclipseLink NoSQL support - refactoringKaren Butzke40-786/+964
the Generator hierarchy
2012-08-20Initial oxm resource modelPaul Fullbright327-6185/+3574
2012-08-17problem markers were not being removed when running a validationKaren Butzke1-2/+4
because the problem marker in code did not match the one in the plugin.xml
2012-08-17avoid org.eclipse.swt.SWTException: Widget is disposedKaren Butzke1-0/+3
2012-08-14Bug 386171 - adding comments surround jdt.ui bug 386358, plus set ourv201208161838Karen Butzke1-0/+3
JpaJavaCompletionProposalComputer to activate="true"
2012-08-13bug 373430 - element collection with primitive target class and map keyKaren Butzke5-9/+89
class has incorrect errors
2012-08-11Fix build failure.v201208112200tle1-2/+3
2012-08-09removing unnecessary(?) .cvsignore filesKaren Butzke8-13/+0
2012-08-09remove vestigial projectsKaren Butzke26-130/+0
2012-08-03Revert "test commit 3"Karen Butzke2-3/+3
This reverts commit 8ea47ae353f839efc96ed04221bbdd1805d4db6b.
2012-08-03test commit 3Karen Butzke2-3/+3
2012-08-03PersistentAttribute type name testsPaul Fullbright1-2/+58
2012-08-02382150 - ClassCastExpression in JpaMapping when the mapping type isPascal Filion1-7/+16
ElementCollection
2012-08-02inherited attribute typePaul Fullbright12-34/+42
2012-08-02Pascal's JPQL changesPaul Fullbright11-28/+1158
2012-08-02EOL characters?Paul Fullbright3-547/+547
2012-08-01.cvsignore -> .gitignorePaul Fullbright28-14/+14
2012-07-21385224 - Schema Gen doesn’t open the right generated xsd when a namespace ↵tle3-36/+0
is specified
2012-07-20rework plug-in classesbvosburgh142-2117/+1820
2012-07-20rework plug-in classesbvosburgh404-6278/+6229

Back to the top