Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-14tweak commentbvosburgh1-5/+0
2012-02-10rework JpaProjectManagerbvosburgh85-2407/+3780
2012-02-10minor changesbvosburgh10-19/+53
2012-02-10[356996] fix plug-in lazy initializationbvosburgh1-80/+60
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore27-392/+425
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore21-26/+166
2012-02-02Bug 370342 - partial package in the package element should not be supported i...kmoore1-11/+42
2012-01-27Fixed various issuespfilion3-23/+45
2012-01-27Refactored Hermes integration, JpaPlatform now returns the JPQL grammar and n...pfilion22-299/+195
2012-01-26Moved helper.dispose() to the right placepfilion2-18/+23
2012-01-24365011 - correct invalid validation for id class where transients are involve...nhauge1-1/+10
2012-01-24Check for null type name, which happens in a dynamic persistencepfilion1-5/+24
2012-01-23removed compatibility methods, not needed for Junokmoore17-160/+10
2012-01-20added preliminary support for EclipseLink access-methods and VIRTUAL access typekmoore16-1419/+1475
2012-01-19removed use of reflection for persistence.xml enum property valueskmoore2-54/+117
2012-01-19Added method to dispose cached information after validation occurred, JPQL qu...pfilion1-46/+67
2012-01-19fixed a bug with removing/adding persistence.xml properties from the source n...kmoore1-1/+16

Back to the top