Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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_VALIDATIONtle2-2/+45
2010-01-20300091 - metamodel generation support for Maps, handle MapKey and MapKeyClass...kmoore8-62/+510
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 propertiestle3-3/+122
2010-01-12258490 - element collection support for basic and embedded collectionskmoore2-20/+20
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.xmltle2-6/+9
2010-01-05Added @Overridetle1-0/+1
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle5-7/+403
2010-01-05Refactored initialization processtle1-3/+3
2010-01-05utility workbvosburgh3-8/+8
2010-01-04refactored specifiedConverter further: removed the default converter and forg...kmoore9-54/+54
2009-12-31removed defaultConverter support from ConvertibleMapping, this wasn't really ...kmoore9-110/+54
2009-12-29element collection collection table supportkmoore2-2/+17
2009-12-21tightening up resource model constructors to take Types or Attributeskmoore9-18/+21
2009-12-18Added targetClass support to element collection and refactored to create a Co...kmoore4-11/+20
2009-12-18derived identity - model reworkpfullbright2-24/+10
2009-12-17Fix for: 296059, 296525, 294132tle2-36/+136
2009-12-03295613 - Persistence.xml > Customization Tab - Add Descriptor Customizer rec...tle4-2/+26
2009-12-02fix JpaProject config type for pre-2.0 JpaProjectbvosburgh3-4/+14
2009-12-01296615 - add query-redirector and cache-interceptor resource model tolerancekmoore12-87/+2245
2009-12-01bug 295881 - Eclipselink 1.2 platform supportkmoore11-134/+436

Back to the top