Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-01[372431] rework "combination" annotationsbvosburgh12-46/+48
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 packagestle1-14/+25
2012-02-29Moved JpaValidationPreferencesManager to org.eclipse.jpt.jpa.core.prefstle4-130/+3
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...kmoore15-591/+949
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 attributesbvosburgh4-49/+58
2012-02-27305591- mappedBy choices should not include transients.nhauge10-18/+65
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 support for dynamic entitiespfilion1-0/+10
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 targetEntitykmoore4-13/+11
2012-02-20Refactored preferences support with JpaPreferencesManagertle8-147/+498
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...kmoore2-130/+100
2012-02-17bug 369964 - dynamic persistence supportkmoore2-10/+37
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore38-222/+54
2012-02-15Rework validation resources etc.uid84284-83/+79
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 manageruid84281-10/+11
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 JpaProjectManagerbvosburgh57-1001/+3243
2012-02-10minor changesbvosburgh9-13/+48
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore13-292/+364
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore14-12/+102
2012-02-02Bug 370342 - partial package in the package element should not be supported i...kmoore1-11/+42
2012-01-27Refactored Hermes integration, JpaPlatform now returns the JPQL grammar and n...pfilion17-260/+131
2012-01-26Moved helper.dispose() to the right placepfilion1-1/+0
2012-01-24365011 - correct invalid validation for id class where transients are involve...nhauge1-1/+10
2012-01-23removed compatibility methods, not needed for Junokmoore7-59/+3
2012-01-20added preliminary support for EclipseLink access-methods and VIRTUAL access typekmoore10-1388/+1426
2012-01-19removed use of reflection for persistence.xml enum property valueskmoore1-54/+84
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
2012-01-17changed access type to a String in the ORM resource model, preparing to suppo...kmoore2-7/+6
2012-01-13change OrmPersistenceUnitDefaults and EntityMappings to implement AccessHolde...kmoore1-13/+21
2012-01-09bug 367122 - [EclipseLink] Invalid validation for EclipseLink collection mapp...kmoore1-13/+14
2012-01-05Bug 236087 - validation for IdClass - patch from Nankmoore8-37/+343
2011-12-20Hermes JPQL parser 2 integration (needs EclipseLink 2.4.0) - patch from Pascaltle30-3483/+250

Back to the top