Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-12refactored relationship references, added 1-M mappings with join columnspfullbright20-850/+687
2009-03-11267260 - discriminator column validated on an entity with no actual inheritancekmoore4-23/+99
2009-03-10267925 - persistence unit defaults determined incorrectlykmoore3-28/+98
2009-03-10[197069] support for entities in jars - JAR resource modelbvosburgh5-137/+100
2009-03-04completed table-per-class support, enabling/disabling table/discriminator col...kmoore2-25/+24
2009-03-03fixed annotation test failures that were a result of the latest platform buil...kmoore52-640/+689
2009-02-27258691- table-per-class support for attribute overrides from entitieskmoore2-115/+278
2009-02-26258691 - table-per-class inheritance support, defaulting the table name corre...kmoore2-0/+108
2009-02-25233289 - discriminator value default, 190297 - validation on discriminator co...kmoore3-51/+164
2009-02-24190294 - correctly defaulting the discriminator column name and validating itkmoore3-0/+286
2009-02-12258487 - added access type support to orm persistent attributeskmoore5-10/+32
2009-02-11give orm persistent types a default access of FIELD if nothing specified. Ma...kmoore2-12/+15
2009-02-09reworked persistence translatorsbvosburgh8-21/+21
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file creati...kmoore1-35/+1
2009-02-05adds a new mapping file content type, cleans up how we find and create xml re...kmoore45-1054/+1048
2009-01-28fixed tests after changing the PersistentType.Owner of a JavaPersistentType, ...kmoore1-3/+2
2009-01-28added access annotation support for eclipselink 1.1 persistent types, refacto...kmoore6-101/+97
2009-01-28[197069] support for entities in jars prep - reworked PersistenceUnitbvosburgh7-138/+129
2009-01-26226570 - changing the jpaPlatform core and ui extension pointskmoore3-5/+6
2009-01-24renamed EntityMappings.ormPersistentTypes() to persistentTypes()kmoore37-609/+609
2009-01-23more access type work, created an Owner for ormPersistentAttributes to handle...kmoore4-5/+68
2009-01-22change to virtual orm persistent attributes to build the wrapped javaPersiste...kmoore1-16/+15
2009-01-21fixed copyrightkmoore1-1/+1
2009-01-20start of 2.0 accessType support, added getDefaultAccess() to PersistentType a...kmoore2-3/+5
2009-01-16renamed JpaAnnotationProviderImpl to GenericJpaAnnotationProviderbvosburgh1-2/+2
2009-01-16renamed JpaCompilationUnit to JavaResourceCompilationUnitbvosburgh1-11/+11
2009-01-15refactored JpaAnnotationProvider per Brian's suggestionkmoore1-2/+3
2009-01-15[197069] support for entities in jars prep - add JpaResourceModelbvosburgh48-1105/+1074
2009-01-14added get prefix to convenience methods in testskmoore74-3490/+3490
2009-01-14removed Generic2_0JpaAnnotationProvider, EclipseLink1.1 really extends Generi...kmoore3-221/+0
2009-01-09JPA2.0 Access annotation support, cleaned up JpaAnnotationProvider implementa...kmoore4-4/+227
2008-12-22uncommenting testskmoore1-8/+8
2008-12-22changing interfaces from Integer to int/ Boolean to boolean where the returne...kmoore6-18/+23
2008-12-22changing interfaces from Integer to int/ Boolean to boolean where the returne...kmoore8-67/+69
2008-12-22changing interfaces from Integer to int/ Boolean to boolean where the returne...kmoore5-42/+47
2008-12-19cleaned up Command and CommandExecutorbvosburgh1-2/+2
2008-12-17[197069] support for entities in jars prep 2bvosburgh2-68/+60
2008-11-26256187 - fixed problems when a project is loaded with a platform that we do n...kmoore1-3/+24
2008-11-14Removed invalid test - set property name to nulltle1-21/+16
2008-11-12[243168] problems with imports etc.bvosburgh4-3/+366
2008-10-31246784 - m-m and 1-m with a type of Map did not have a default target entitykmoore2-1/+123
2008-10-23orm model changes to the initialization/update processkmoore2-1/+37
2008-10-23fixed compiler warningsbvosburgh2-3/+2
2008-10-20[197069] support for entities in jars prepbvosburgh64-2053/+2023
2008-10-17suppress compiler warningsbvosburgh2-0/+3
2008-10-16added readOnly to eclipselink orm resource model and context modelpfullbright1-1/+0
2008-10-10Context model separation - preparation for Eclipselink orm context modelpfullbright11-63/+66
2008-10-09move the createAnnotation methods down to the eclipselink testcase as they ar...kmoore1-9/+0
2008-10-02cleaned up imports using DaliEMFFormatterpfullbright16-25/+8
2008-10-02Refactored to allow for EclipseLink orm context modelpfullbright3-8/+8

Back to the top