Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-26This commit was manufactured by cvs2svn to create tag 'v201203261436'.v201203261436nhauge1582-215475/+0
2012-03-23improve interface commentbvosburgh4-0/+18
2012-03-22Bug 363080 - refactoring class reference in xml from the default package caus...kmoore5-14/+55
2012-03-21bugs 374370, 374379 - JPQL validation fixespfullbright3-20/+33
2012-03-14bug 373990 - fixed default jpa platform on default prefspfullbright5-81/+94
2012-03-14deleting dead codekmoore3-170/+0
2012-03-14fixed NPE where there is no underlying java attribute, but the entity is not ...kmoore1-1/+1
2012-03-13Added check for target entity and return the entity's type insteadpfilion1-1/+15
2012-03-13add JpaProjectsModel public APIbvosburgh2-0/+11
2012-03-08cache resource annotation text rangesbvosburgh208-1521/+2086
2012-03-07Refactored JPQL Identifiers preferences supporttle3-8/+108
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh45-258/+704
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge80-80/+1739
2012-03-06fixed 'add virtual attribute' handler and menu item to only appear when the e...kmoore1-3/+3
2012-03-06fixed 'add virtual attribute' handler and menu item to only appear when the e...kmoore1-0/+39
2012-03-05cleaned up getFullyQualifiedName() so that we don't give incorrect validation...kmoore1-23/+35
2012-03-05Bug 369940 - [EclipseLink] dynamic persistence validation for parent-class at...kmoore2-0/+108
2012-03-01[372431] rework "combination" annotationsbvosburgh13-47/+49
2012-03-01minor method parameter renamekmoore1-3/+3
2012-03-01a little more work on the embedded-id class validation to make it work proper...kmoore1-80/+112
2012-02-29351497 - JPA Entities from Tables shouldn't allow default packagestle2-14/+96
2012-02-29Moved JpaValidationPreferencesManager to org.eclipse.jpt.jpa.core.prefstle5-5/+6
2012-02-29moved typeIsBasic to JPA MappingTools, this is JPA specific code, not commonkmoore2-36/+89
2012-02-29cleaned up embedded-id validation, use existing JavaResourceType.hasHashCodeM...kmoore1-26/+27
2012-02-29bug 369944 - dynamic persistence - added validation for attribute-type on emb...kmoore16-592/+962
2012-02-29Bug 331480 - [Validation] Need validation for embeddable id class - patch fro...kmoore6-11/+322
2012-02-27Clean up code handling generators in virtual attributesbvosburgh7-58/+84
2012-02-27305591- mappedBy choices should not include transients.nhauge12-18/+77
2012-02-27Bug 325162 - [Validation] Embeddable class contained within an element collec...kmoore3-1/+242
2012-02-24366903 - fix leak in facet data model provider.nhauge1-2/+14
2012-02-24Bug 371295 - ClassCastException: GenericOrmVirtualAssociationOverride cannot ...kmoore1-4/+4
2012-02-22Added checks for a null/empty type namepfilion3-20/+35
2012-02-22Added support for dynamic entitiespfilion10-17/+219
2012-02-22canonical metamodel generation for map-key-class was not using the fully qual...kmoore1-2/+2
2012-02-21simplified canonical metamodel type name since we now have the fullyQualified...kmoore1-6/+1
2012-02-21simplified canonical metamodel type name since we now have the fullyQualified...kmoore1-10/+2
2012-02-21cleaned up targetEmbeddable so that it works more like targetEntitykmoore5-19/+11
2012-02-20Refactored preferences support with JpaPreferencesManagertle10-400/+531
2012-02-18fix compiler warningbvosburgh1-2/+2
2012-02-17set the name on a new persistent type sooner so that the UI structure view wi...kmoore1-4/+5
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type 'virtua...kmoore5-166/+131
2012-02-17bug 369964 - dynamic persistence supportkmoore2-10/+37
2012-02-16bug 369964 - dynamic persistence support - handle a null JavaResourceAttribut...kmoore1-0/+4
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore41-241/+66
2012-02-15Rework validation resources etc.uid84286-89/+91
2012-02-15move resource model property tester to core plug-inuid84281-0/+64
2012-02-15minor changesuid84281-9/+9
2012-02-15add workspace to JPA project manageruid84282-13/+14
2012-02-15we have fully qualified class name API now, let's use it herekmoore3-11/+5
2012-02-14removed unused method, legacy from before ReadOnlyPersistentAttribute existedkmoore1-6/+1

Back to the top