Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-07deleted everything but the .project since these project were renamed, ready t...kmoore177-37434/+0
2011-02-05forgot to rename the jpt.db package names along with the project nameskmoore37-85/+85
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore81-328/+328
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore84-100/+98
2011-01-28rename some methodsbvosburgh15-125/+125
2011-01-25rename JoiningStrategy to RelationshipStrategybvosburgh30-356/+356
2011-01-24rename RelationshipReference to Relationshipbvosburgh47-400/+400
2011-01-24remove some duplicate codebvosburgh1-14/+1
2011-01-24[332673] Added validation for duplicate entities. Patch from Nan.nhauge4-44/+258
2011-01-21[256003] [331610] - added validation for queries, generators, and converters....nhauge3-11/+29
2011-01-19removed getAccess() from JavaResourcePersistentType, first step to reusing th...kmoore1-1/+2
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh200-19511/+22191
2010-09-16190321 - attribute/association override name validationkmoore11-7/+173
2010-09-14190319 - completed validation on association override joinColumns and joinTablekmoore14-47/+281
2010-09-08190319 - added association override joinTable joinColumn/inverseJoinColumn va...kmoore5-0/+69
2010-09-03148262 - added support for primary key join column validation on 1-1 mappings...kmoore2-8/+32
2010-09-02fixed validation when table is defined in java single-table inheritance hiera...kmoore1-3/+7
2010-09-02148262 - added Entity level PrimaryKeyJoinColumn validationkmoore2-3/+13
2010-09-01refactored column validationkmoore35-1279/+550
2010-08-25132216 - type mapping class validation errors and validation preferenceskmoore9-25/+143
2010-08-24132216 - Adding entity class related validation errorskmoore12-74/+178
2010-08-18322544 - java type refactoring - refactor EclipseLink converters - added to i...kmoore2-0/+106
2010-08-17322544 - java type refactoring - refactor EclipseLink converterskmoore13-152/+206
2010-08-11fixed a problem with refactoring renaming a package when the referenced class...kmoore1-9/+1
2010-08-10318028 - move folder refactoring participantkmoore1-16/+18
2010-08-05318028 - move mapping file refactoring participationkmoore2-0/+21
2010-08-04209489 - Move IType refactoring participantkmoore12-4/+131
2010-08-02209489 - rename package and folder refactoring participantskmoore14-3/+262
2010-07-30added ResourceLocator implementationpfullbright4-25/+20
2010-07-27209489 - rename type refactoring participationkmoore13-12/+238
2010-07-21320509 - change PersistenceUnit.addSpecifiedClassRef, JarFileRef, MappingFile...kmoore1-18/+24
2010-07-20318028 - created rename mapping file refactoring participantkmoore2-1/+28
2010-07-19310854 - Remove EclipseLink default caching properties if shared-cache-mode s...tle1-1/+7
2010-07-19Modified to catch NumberFormatExceptiontle1-1/+6
2010-07-16209489 - delete type/package/folder/mapping file refactoring participationkmoore4-5/+75
2010-07-14updated comments about global list of generators, converters, querieskmoore1-0/+1
2010-07-13cleaning - renamed a local variablekmoore1-3/+3
2010-07-13bug 319736 - change mappedJavaSourceClassNames() : Iterator to getMappedJavaS...kmoore1-4/+2
2010-07-12294670 - More helpful UI for validation group persistence.xml propertiestle1-12/+107
2010-06-24312905 - fixing some incorrect defaults on virtual ORM attribute mappingskmoore5-27/+17
2010-06-24313799 - fix null text range IllegalArgumentException validating with generat...kmoore1-6/+6
2010-05-25313766 - StackOverflowError with a self-referential ElementCollection or Embe...kmoore2-8/+10
2010-05-20313405 - better validation for persistence and orm xml when content is not va...nhauge1-34/+32
2010-05-04bug 310550 - added validation error for virtual attribute w/ specified maps idpfullbright2-7/+42
2010-04-27310653 - change member class visibility to protectedkmoore5-12/+12
2010-04-21bug 301148 - tweaked mapped by validationpfullbright2-48/+54
2010-04-21[308254] fix various exceptions caused by closing persistence.xml or orm.xml ...bvosburgh1-14/+29
2010-04-21minor tweaksbvosburgh2-10/+18
2010-04-15[305596] fix metamodel gen for attributes declared as type variablesbvosburgh4-9/+11
2010-04-14309196 - only cast to JpaFactory2_0 when in a 2.0 projectkmoore3-12/+20

Back to the top