Search in sources :

Example 1 with InheritanceSystem

use of org.eclipse.persistence.testing.models.inheritance.InheritanceSystem in project eclipselink by eclipse-ee4j.

the class OracleSpecificTestModel method addRequiredSystems.

@Override
public void addRequiredSystems() {
    if ((getSession().getPlatform().isOracle())) {
        addRequiredSystem(new MappingSystem());
        addRequiredSystem(new ProxyIndirectionSystem());
        addRequiredSystem(new InheritanceSystem());
    }
}
Also used : ProxyIndirectionSystem(org.eclipse.persistence.testing.tests.proxyindirection.ProxyIndirectionSystem) InheritanceSystem(org.eclipse.persistence.testing.models.inheritance.InheritanceSystem)

Example 2 with InheritanceSystem

use of org.eclipse.persistence.testing.models.inheritance.InheritanceSystem in project eclipselink by eclipse-ee4j.

the class ComplexUpdateAndUnitOfWorkTestModel method addRequiredSystems.

@Override
public void addRequiredSystems() {
    addRequiredSystem(new OwnershipSystem());
    addRequiredSystem(new IndirectListSystem());
    addRequiredSystem(new EmployeeSystem());
    addRequiredSystem(new InsuranceSystem());
    addRequiredSystem(new org.eclipse.persistence.testing.models.mapping.MappingSystem());
    addRequiredSystem(new org.eclipse.persistence.testing.tests.unitofwork.UOWSystem());
    addRequiredSystem(new InheritanceSystem());
}
Also used : InsuranceSystem(org.eclipse.persistence.testing.models.insurance.InsuranceSystem) InheritanceSystem(org.eclipse.persistence.testing.models.inheritance.InheritanceSystem) IndirectListSystem(org.eclipse.persistence.testing.models.transparentindirection.IndirectListSystem) org.eclipse.persistence.testing.tests.unitofwork(org.eclipse.persistence.testing.tests.unitofwork) EmployeeSystem(org.eclipse.persistence.testing.models.employee.relational.EmployeeSystem)

Example 3 with InheritanceSystem

use of org.eclipse.persistence.testing.models.inheritance.InheritanceSystem in project eclipselink by eclipse-ee4j.

the class ReadOnlyTestModel method addRequiredSystems.

@Override
public void addRequiredSystems() {
    addRequiredSystem(new ReadOnlySystem());
    addRequiredSystem(new InheritanceSystem());
    addRequiredSystem(new MappingSystem());
    addRequiredSystem(new org.eclipse.persistence.testing.models.aggregate.AggregateSystem());
}
Also used : ReadOnlySystem(org.eclipse.persistence.testing.models.readonly.ReadOnlySystem) InheritanceSystem(org.eclipse.persistence.testing.models.inheritance.InheritanceSystem)

Example 4 with InheritanceSystem

use of org.eclipse.persistence.testing.models.inheritance.InheritanceSystem in project eclipselink by eclipse-ee4j.

the class JPQLTestModel method addRequiredSystems.

@Override
public void addRequiredSystems() {
    addRequiredSystem(new JPQLSystem());
    addRequiredSystem(new InheritanceSystem());
}
Also used : InheritanceSystem(org.eclipse.persistence.testing.models.inheritance.InheritanceSystem)

Example 5 with InheritanceSystem

use of org.eclipse.persistence.testing.models.inheritance.InheritanceSystem in project eclipselink by eclipse-ee4j.

the class RemoteModel method addRequiredSystems.

@Override
public void addRequiredSystems() {
    addRequiredSystem(new org.eclipse.persistence.testing.models.employee.relational.EmployeeSystem());
    addRequiredSystem(new org.eclipse.persistence.testing.models.insurance.InsuranceSystem());
    addRequiredSystem(new org.eclipse.persistence.testing.tests.unitofwork.UOWSystem());
    addRequiredSystem(new org.eclipse.persistence.testing.models.mapping.MappingSystem());
    addRequiredSystem(new org.eclipse.persistence.testing.models.ownership.OwnershipSystem());
    addRequiredSystem(new InheritanceSystem());
    addRequiredSystem(new IndirectListSystem());
    addRequiredSystem(new IndirectMapSystem());
    addRequiredSystem(new MasterSlaveSystem());
    addRequiredSystem(new ReadOnlySystem());
    addRequiredSystem(new org.eclipse.persistence.testing.tests.queries.options.QueryOptionSystem());
    addRequiredSystem(new org.eclipse.persistence.testing.tests.queries.report.ReportQuerySystem());
}
Also used : InheritanceSystem(org.eclipse.persistence.testing.models.inheritance.InheritanceSystem)

Aggregations

InheritanceSystem (org.eclipse.persistence.testing.models.inheritance.InheritanceSystem)14 EmployeeSystem (org.eclipse.persistence.testing.models.employee.relational.EmployeeSystem)8 InsuranceSystem (org.eclipse.persistence.testing.models.insurance.InsuranceSystem)6 OwnershipSystem (org.eclipse.persistence.testing.models.ownership.OwnershipSystem)3 DatabaseSession (org.eclipse.persistence.sessions.DatabaseSession)2 MappingSystem (org.eclipse.persistence.testing.models.mapping.MappingSystem)2 ProjectSystem (org.eclipse.persistence.testing.models.multipletable.ProjectSystem)2 ReadOnlySystem (org.eclipse.persistence.testing.models.readonly.ReadOnlySystem)2 IndirectListSystem (org.eclipse.persistence.testing.models.transparentindirection.IndirectListSystem)2 ClassDescriptor (org.eclipse.persistence.descriptors.ClassDescriptor)1 TestWarningException (org.eclipse.persistence.testing.framework.TestWarningException)1 AggregateSystem (org.eclipse.persistence.testing.models.aggregate.AggregateSystem)1 CollectionsSystem (org.eclipse.persistence.testing.models.collections.CollectionsSystem)1 EventHookSystem (org.eclipse.persistence.testing.models.events.EventHookSystem)1 LegacySystem (org.eclipse.persistence.testing.models.legacy.LegacySystem)1 ProxyIndirectionSystem (org.eclipse.persistence.testing.tests.proxyindirection.ProxyIndirectionSystem)1 org.eclipse.persistence.testing.tests.queries.options (org.eclipse.persistence.testing.tests.queries.options)1 org.eclipse.persistence.testing.tests.unitofwork (org.eclipse.persistence.testing.tests.unitofwork)1