Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-25This commit was manufactured by cvs2svn to create tag 'v201008252310'.v201008252310nhauge270-32462/+0
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-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 checkboxtle1-5/+42
2010-04-19309482- element collection join-fetch support in 2.1 and 2.0 EclipseLink plat...kmoore7-7/+154
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 mappingskmoore20-62/+280
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...kmoore7-6/+407
2010-03-23not ready for primetime - got snagged by the copyright netpfullbright1-24/+0
2010-03-23fixed copyrightspfullbright30-28/+62
2010-03-18rename JDTTools to ASTToolsbvosburgh2-4/+4
2010-03-09303547 - map key attribute overrides supportkmoore3-0/+17
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 insteadpfullbright4-19/+19
2010-02-26303547, 303548 - xml resource model support for map-key-attribute-overrides, ...kmoore2-4/+9
2010-02-26eclipselink 2.1 supportpfullbright9-6/+332
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 mappingskmoore3-8/+6
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 validationpfullbright8-19/+240
2010-02-15added PrimaryKey annotation supportpfullbright4-0/+146
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...kmoore5-41/+29
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
2010-01-23[233567] clean up AnnotationContainer stuffbvosburgh1-35/+36
2010-01-20added getTypeName()pfullbright1-1/+1
2010-01-20258710 - [EclipseLink] persistence unit property for ORM_SCHEMA_VALIDATIONtle1-1/+37
2010-01-20300091 - metamodel generation support for Maps, handle MapKey and MapKeyClass...kmoore7-36/+484
2010-01-19299639 - validation exception when an entity is added to the eclipselink-orm....kmoore1-11/+13
2010-01-19[233567] rework sync between resource model and ASTbvosburgh22-341/+438
2010-01-14297591 - [EclipseLink] support exclusive connection persistence unit propertiestle1-2/+79
2010-01-12fixed broken tests - need a NullJavaOrderColumn implementation to properly su...kmoore1-1/+10
2010-01-07298646 - Unable to unset eclipselink logging file in persistence.xmltle1-4/+7
2010-01-07298647 - Unable to unset eclipselink DDL generation location in persistence.xmltle1-4/+7

Back to the top