Skip navigation links

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

E17060-02


oracle.odi.domain.model.finder
Interface IOdiSubModelFinder

All Superinterfaces:
IFinder

public interface IOdiSubModelFinder
extends IFinder

Defines finder methods to load OdiSubModel instances.

Note that implementor of this interface will not support IFinder.findById(java.io.Serializable) nor IFinder.findByIds(java.util.Collection) methods. This is basically because ID of an OdiSubModel is more than the Number returned by AbstractOdiSubModel.getSubModelId() and is a composite key that the API does not model for now due to design constraints.

Since:
11.1.1.3.0

Method Summary
 OdiSubModel findByCode(java.lang.String pSubModelCode, java.lang.String pParentModelCode)
          Find OdiSubModel by sub model code and parent model code.

 

Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds

 

Method Detail

findByCode

OdiSubModel findByCode(java.lang.String pSubModelCode,
                       java.lang.String pParentModelCode)
Find OdiSubModel by sub model code and parent model code.
Parameters:
pSubModelCode - Code for sub model
pParentModelCode - Code for parent model
Returns:
OdiSubModel

Skip navigation links

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

E17060-02


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