Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-17problem markers were not being removed when running a validationKaren Butzke1-2/+4
2012-08-13bug 373430 - element collection with primitive target class and map keyKaren Butzke3-7/+12
2012-08-02382150 - ClassCastExpression in JpaMapping when the mapping type isPascal Filion1-7/+16
2012-08-02inherited attribute typePaul Fullbright9-23/+32
2012-07-20rework plug-in classesbvosburgh157-3283/+3299
2012-07-20add null checksbvosburgh1-3/+12
2012-07-20use getFullyQualfieidAttributeType() rather than getAttributeType()pfullbright1-1/+1
2012-07-20removed APIpfullbright1-4/+0
2012-07-20added inherited attribute apipfullbright7-16/+119
2012-07-20added commentpfullbright1-1/+5
2012-07-20changed JavaResourceNode hierarchy methods initialize, synchronizeWith, and r...kmoore3-18/+9
2012-07-20change JavaResourceAnnotationElement.getNameTextRange API to not use Compilat...kmoore3-25/+6
2012-07-18removed unused code JPTToolskmoore1-1/+1
2012-07-18change JavaResourceAnnotatedElement.removeAnnotation(String) api to not check...kmoore2-4/+5
2012-07-18performance improvements - initialize/synchronize Annotations with the AST an...kmoore63-883/+1032
2012-07-18renamed JpaProjectManager.addAsyncEventListenerFlag to addJavaEventListenerFl...kmoore2-33/+34
2012-07-18Bug 377562 - [EclipseLink] Add Virtual Attribute action does not set target-e...kmoore14-14/+122
2012-07-16bug 313632 - check for resource type support before retrieving structre providerpfullbright1-0/+6
2012-07-12bug 362234 - changed process for updating default mappingpfullbright1-38/+31
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright15-102/+62
2012-07-09Bug 379764 - JPA Details view causes SWT no more handles errorkmoore2-1/+6
2012-07-02377110 - Fix redundant table validation in attributes. Patch from Nan.nhauge1-0/+7
2012-05-29380735 - EclipseLink static weaving builder is not removed when JPA facet is ...tle1-0/+21
2012-05-25380574 - Unregistered listener exceptions after deleting the implied mapping ...nhauge2-4/+12
2012-05-18379856 - Invalid validation error against attributes of dynamic type mappings...nhauge1-3/+3
2012-05-16[348483] prevent validation of external or binary Java queries, generators, a...bvosburgh3-46/+96
2012-05-15bug 377027 - avoid deadlock if persistence.xml is out of sync with OS file sy...pfullbright1-0/+4
2012-05-14Bug 379051 - Rename a class with java queries that is listed in the orm.xml, ...kmoore1-10/+8
2012-05-10bug 369684 - added library install delegate disposalspfullbright1-0/+3
2012-05-08Bug 378419 - JPA Structure view not updated when changing XML mapping metadat...kmoore1-2/+2
2012-05-03edited illegalStateException message to point to the correct methodkmoore1-1/+1
2012-05-02Bug 342171 - join columns - choose 'Override Default' in Details and receive ...kmoore15-12/+225
2012-05-02updated a comment about building the ASTRootkmoore1-2/+1
2012-04-27include JPA platform in error message about unrecognized JPA platformkmoore1-1/+1
2012-04-26Bug 367122 - [API] Invalid validation for EclipseLink collection mappingskmoore2-23/+33
2012-04-25[374825] fix infinite update when orm.xml contains class ref with a '.' at th...bvosburgh1-1/+1
2012-04-24null check for IFile, this happens for binarieskmoore1-1/+1
2012-04-24370407 - more performance improvements for cleaning a project and refactoring...kmoore3-18/+51
2012-04-18Performance enhancements for updating a JPA project - created a Map of Persis...kmoore1-19/+41
2012-04-18bug 377039 - Performance - enhancements for synching methods in the Java reso...kmoore1-1/+10
2012-04-18minor performance enhancementkmoore1-3/+5
2012-04-18minor performance tweaks for updating descendants and validating tableskmoore2-6/+38
2012-04-18375670 - NPE with 1.0 orm.xml one-to-many code completion - patch from Nan.nhauge1-3/+7
2012-04-18renamed mispelled methodkmoore1-3/+3
2012-04-16rework plug-insbvosburgh2-142/+50
2012-04-13removed unnecessary casting to JavaPersistentkmoore1-3/+2
2012-04-11minor performance tuning to improve update timeskmoore1-4/+3
2012-04-11revert changes that reduced code duplication to fix NPEs that it was causingkmoore1-1/+35
2012-04-10removed Column.defaultName building during construction - too riskykmoore1-2/+0
2012-04-10removed unnecessary legacy CollectionTools.collection(Iterable) callskmoore1-3/+2

Back to the top