Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-24This commit was manufactured by cvs2svn to create tag 'v201204240000'.v201204240000nhauge502-89289/+0
2011-02-01334134 - fix to prevent invalid validation message for inherited PK's in Gene...nhauge2-4/+4
2010-07-15314541 - IllegalArgumentException with editing some eclipselink properties in...tle1-0/+3
2010-06-30314541 - handle empty property names. Patch from Tran.nhauge2-9/+35
2010-06-24315915 - add canonical metamodel generation for basic-collection/basic-mapkmoore4-2/+102
2010-06-24312905 - fixing some incorrect defaults on virtual ORM attribute mappingskmoore2-0/+20
2010-05-12309236 - update eclipselink orm.xml resource model to match recent 2.1 changeskmoore9-40/+471
2010-05-11294077 [JPA 2.0] Add validation for usage of EclipseLink entity caching prope...tle1-5/+46
2010-04-23309499 - add deprecation warning for basic-map and basic-collection in an ecl...kmoore9-61/+207
2010-04-21306860 - EclipseLink Persistence.xml Logging missing Connection checkboxtle2-5/+50
2010-04-19309482- element collection join-fetch support in 2.1 and 2.0 EclipseLink plat...kmoore8-7/+186
2010-04-16309236 - updating orm resource model to the latest eclipselink_orm_2_1.xsd ch...kmoore44-701/+6143
2010-04-14309056 - Access annotation support was added in EclipseLink 1.2, not 1.1kmoore4-4/+159
2010-04-14removed unused importkmoore1-1/+0
2010-04-13clean up references to JpaFactory2_0, need to check if it's a 2.0 project bef...kmoore1-2/+9
2010-04-13[305079] canonical metamodel for nested classesbvosburgh1-3/+4
2010-04-12301437 - uni-directional 1-m mapping using target foreign key is validated in...kmoore2-4/+4
2010-03-31307113 - incorrect default class names in virtual orm.xml attribute mappingskmoore23-68/+328
2010-03-31277236 - "Schema null cannot be resolved" when resetting connectionkmoore1-5/+13
2010-03-29bug 264232 - added jpa 2.0 library validation/eclipselink version library val...pfullbright2-0/+176
2010-03-24297531 - added just enough support for ClassExtractor to make sure we don't h...kmoore9-6/+514
2010-03-23not ready for primetime - got snagged by the copyright netpfullbright1-24/+0
2010-03-23fixed copyrightspfullbright76-74/+108
2010-03-18rename JDTTools to ASTToolsbvosburgh2-4/+4
2010-03-09303547 - map key attribute overrides supportkmoore3-0/+17
2010-03-08updating @version and @since tags on core provisional apiskmoore2-1/+7
2010-03-04294077 [JPA 2.0] Add validation for usage of EclipseLink entity caching prope...tle2-2/+31
2010-03-03Cascade.DETACH context model supportpfullbright1-3/+2
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright15-577/+157
2010-03-02EclipseLink 2.1 resource model additions/alterationspfullbright32-390/+4848
2010-02-26cleaning up some xml resource model issues, fixed cache-interceptor and query...kmoore15-355/+1351
2010-02-26303547, 303548 - xml resource model support for map-key-attribute-overrides, ...kmoore10-252/+412
2010-02-26eclipselink 2.1 supportpfullbright10-6/+354
2010-02-26reverted changepfullbright9-75/+429
2010-02-25301436 - added JoinTable support to 1-1 and m-1 mappings in the 2.0 platformkmoore18-181/+867
2010-02-23301437 - refactored 1-m relationship reference joinColumnJoiningStrategy to r...kmoore2-173/+4
2010-02-23301437 - added joinColumns support to generic 2.0 1-1 mappingskmoore5-10/+44
2010-02-22noted platform version in which feature was introducedpfullbright1-0/+1
2010-02-22fixed npe for case when java type mapping for defaults is nullpfullbright2-2/+12
2010-02-22258513 - MapKeyColumn model, code assist, validation support in both java and...kmoore6-6/+48
2010-02-20primary key validationpfullbright12-25/+284
2010-02-17cache interceptor has no "class" attributepfullbright9-440/+87
2010-02-17fixed class cast exceptions caused by building of wrong Attributes objectpfullbright1-1/+0
2010-02-15added PrimaryKey annotation supportpfullbright6-0/+182
2010-02-15refactored column validation and added new validationkmoore4-34/+43
2010-02-02validation text range for implied attribute and association overrides was the...kmoore1-2/+1
2010-02-02removing unnecessary EclipseLink2_0PersistenceUnit in favor of a factory meth...kmoore7-42/+51
2010-02-01bug 301181 - proper calculation of default x-1 mappings when @Id annotation i...pfullbright2-3/+53
2010-01-29predominant joining strategy updates on resource model API changespfullbright2-8/+12
2010-01-25299547 - this fixes the order column table default and adds validation for th...kmoore2-1/+27

Back to the top