Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa/tests
AgeCommit message (Collapse)AuthorFilesLines
2014-08-27[442525] change pom to debug referenced issue.Neil Hauge1-0/+3
2014-08-19Update pom's for new version of EclipseLink.Neil Hauge1-1/+1
2014-04-11431961 - [CBI] Enable JUnit tests for dali jpa and jaxbTran Le3-6/+187
2013-10-14419257 - Pom version updatesv201310142259Tran Le6-6/+6
2013-09-24Fixed CIB build version errorsv201309241700Tran Le6-9/+9
2013-08-22414702 - [CBI] webtools.dali patch for building with Maven/TychoTran Le6-0/+162
2013-08-12clean up JpaProjectTestHarnessBrian Vosburgh8-47/+34
2013-08-12rename TestJpaProject to JpaProjectTestHarnessBrian Vosburgh11-41/+41
2013-08-12clean up JavaProjectTestHarnessBrian Vosburgh73-212/+212
2013-08-12rename TestJavaProject to JavaProjectTestHarnessBrian Vosburgh69-74/+74
2013-08-12clean up FacetedProjectTestHarnessBrian Vosburgh1-44/+42
2013-08-12rename TestFacetedProject to FacetedProjectTestHarnessBrian Vosburgh1-3/+3
2013-08-12ProjectTestHarness clean-upBrian Vosburgh1-2/+2
2013-08-12rename TestPlatformProject to ProjectTestHarnessBrian Vosburgh1-2/+2
2013-08-09Update version numbers for 3.4 M1.v201308091641Neil Hauge3-3/+3
2013-07-29410505 - Invalid validation with pk join column of an entity that is inv201307301920Nan Li2-38/+76
an inheritance hierarchy
2013-07-08Refactored ID type mapping hierarchy and primary key API (bug 313204)Paul Fullbright2-17/+31
2013-07-08refactored order by (bug 190866)Paul Fullbright20-608/+461
2013-06-19rename DbGenerator to DatabaseGeneratorBrian Vosburgh2-11/+12
2013-06-19rename Converter.getType() to getConverterType() and declare explicitBrian Vosburgh25-207/+207
return types
2013-06-18refactor managed type classes - rename getType() to getManagedTypeType()Brian Vosburgh1-6/+6
2013-06-18add ValidationMessageClassTest and add tests for JPA and JAXB (GenericBrian Vosburgh2-5/+11
and EclipseLink) validation message bundles
2013-06-18rename JpaContextModelRoot to JpaContextRoot etc.Brian Vosburgh4-14/+14
2013-06-13rework conversion of (attribute and association) overrides,Brian Vosburgh1-3/+3
relationships, relationship strategies, tables, and columns
2013-04-16rename GenerateDynamicEntitiesHandler toBrian Vosburgh1-9/+9
EclipseLinkGenerateDynamicEntitiesHandler
2013-04-16[293835] add EclipseLink validation severity preferences page andBrian Vosburgh2-11/+14
project properties page
2013-04-16403131 - Complete removal of ORM XML creation from project creation.Nan Li2-10/+37
2013-04-08[405200] new public query-related interfaces are misplacedBrian Vosburgh3-8/+8
2013-03-26rename OrmEclipseLinkBasicMapping toBrian Vosburgh5-35/+35
EclipseLinkOrmBasicMapping
2013-03-26rename OrmEclipseLinkCustomConverter toBrian Vosburgh2-7/+7
EclipseLinkOrmCustomConverter
2013-03-26rename OrmEclipseLinkIdMapping toBrian Vosburgh3-11/+11
EclipseLinkOrmIdMapping
2013-03-26rename OrmEclipseLinkManyToManuMapping toBrian Vosburgh2-4/+4
EclipseLinkOrmManyToManyMapping
2013-03-26rename OrmEclipseLinkManyToOneMapping toBrian Vosburgh1-2/+2
EclipseLinkOrmManyToOneMapping
2013-03-26rename OrmEclipseLinkOneToManyMapping toBrian Vosburgh2-6/+6
EclipseLinkOrmOneToManyMapping
2013-03-26rename OrmEclipseLinkOneToOneMapping toBrian Vosburgh3-6/+6
EclipseLinkOrmOneToOneMapping
2013-03-26rename OrmEclipseLinkVersionMapping toBrian Vosburgh1-7/+7
EclipseLinkOrmVersionMapping
2013-03-26rename JavaEclipseLinkBasicMapping toBrian Vosburgh4-43/+43
EclipseLinkJavaBasicMapping
2013-03-26rename EclipseLink1_1JpaPlatformFactory toBrian Vosburgh2-4/+4
EclipseLinkJpaPlatformFactory1_1
2013-03-26rename EclipseLink1_2JpaPlatformFactory toBrian Vosburgh2-4/+4
EclipseLinkJpaPlatformFactory1_2
2013-03-26rename EclipseLink2_0JpaAnnotationDefinitionProvider toBrian Vosburgh1-2/+2
EclipseLinkJpaAnnotationDefinitionProvider2_0
2013-03-26rename EclipseLink2_0JpaPlatformFactory toBrian Vosburgh2-4/+4
EclipseLinkJpaPlatformFactory2_0
2013-03-26rename EclipseLink2_1JpaPlatformFactory toBrian Vosburgh2-4/+4
EclipseLinkJpaPlatformFactory2_1
2013-03-26rename EclipseLink2_2JpaPlatformFactory toBrian Vosburgh1-2/+2
EclipseLinkJpaPlatformFactory2_2
2013-03-26rename EclipseLink2_3JpaAnnotationDefinitionProvider toBrian Vosburgh1-2/+2
EclipseLinkJpaAnnotationDefinitionProvider2_3
2013-03-26rename EclipseLink2_3JpaPlatformFactory toBrian Vosburgh1-2/+2
EclipseLinkJpaPlatformFactory2_3
2013-03-26rename EclipseLink2_4JpaPlatformFactory toBrian Vosburgh1-2/+2
EclipseLinkJpaPlatformFactory2_4
2013-03-26rename EclipseLink2_5JpaPlatformFactory toBrian Vosburgh2-4/+4
EclipseLinkJpaPlatformFactory2_5
2013-03-26rename Generic2_1JpaAnnotationDefinitionProvider toBrian Vosburgh1-2/+2
GenericJpaAnnotationDefinitionProvider2_1
2013-03-26rename Generic2_1JpaPlatformFactory toBrian Vosburgh2-4/+4
GenericJpaPlatformFactory2_1
2013-03-26rename Generic2_0JpaPlatformFactory toBrian Vosburgh2-4/+4
GenericJpaPlatformFactory2_0

Back to the top