| Package | Description | 
|---|---|
| oracle.odi.domain.model | This package contains the Oracle Data Integrator Data Model domain implementation. | 
| oracle.odi.domain.model.finder | This package contains Oracle Data Integrator Finder interfaces for domain model objects. | 
| oracle.odi.domain.project | This package contains the Oracle Data Integrator Project implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| OdiReference | ReferenceColumn. getReference()Obtain the  OdiReferencethisReferenceColumnbelongs to. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OdiDataStore. removeOutboundReference(OdiReference pReference)Remove the given  OdiReferencefrom the collection of outboundOdiReferences that belong to this datastore. | 
| Constructor and Description | 
|---|
| OdiReferenceShortcutAdapter(OdiReference pOdiReference,
                           OdiInstance pOdiInstance) | 
| ReferenceColumn(OdiReference pReference,
               OdiColumn pForeignKeyColumn,
               OdiColumn pPrimaryKeyColumn)Creates an  ReferenceColumnfor the given Foreign Key and Primary Key
 columns and add it to the givenOdiReference. | 
| Modifier and Type | Method and Description | 
|---|---|
| OdiReference | IOdiReferenceFinder. findByName(java.lang.String pName,
          java.lang.Number pDataStoreId)Find the OdiReference by name and the primary data store id. | 
| Modifier and Type | Method and Description | 
|---|---|
| OdiReference | OdiInterface.CheckableFlowConstraint. getReferenceConstraint()Deprecated.  Returns the underlying  OdiReferencefor this constraint. |