Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Package oracle.odi.core.repository

Provides repository abstraction for Oracle Data Integrator core infrastructure.

See:
          Description

Class Summary
MasterRepository An ODI Master Repository.
Repository Abstract superclass representing an ODI repository.
RepositoryAccessExceptionTranslator Exception translator, which translated native exception to appropriate ODI exception
WorkRepository An ODI Work Repository.

 

Enum Summary
RepositoryResourceFailureException.RepositoryType Describes type of repository.
WorkRepository.WorkType Type safe enum representing the different types of work repository.

 

Exception Summary
ConcurrencyFailureException Exception thrown on concurrency failure.
InvalidRepositoryAccessApiUsageException Exception thrown on incorrect usage of the API.
ObjectIdMaxValueReachedException Exception thrown when internal sequence reached max value.
RepositoryAccessException Root abstract superclass of the hierarchy of repository access exceptions.
RepositoryIntegrityViolationException Exception thrown when an attempt to insert or update repository data results in violation of an integrity constraint.
RepositoryResourceFailureException Repository access exception thrown when a resource fails completely, for example, if we can't connect to a database using JDBC.
UncategorizedRepositoryAccessException Exception when we can't distinguish anything more specific than "Uncategorized exception during repository access.".

 

Package oracle.odi.core.repository Description

Provides repository abstraction for Oracle Data Integrator core infrastructure.

Since:
11.1.1.3.0

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.