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

E17060-01

oracle.odi.domain.project.interfaces
Interface IOptionnallyPersistedObject

All Known Implementing Classes:
TargetColumn, TargetMapping

public interface IOptionnallyPersistedObject

This interface marks objects that may or may not be persisted in the repository.
These objects exist in memory, but for performance reasons we would not want to persist them.

Since:
11.1.1.3.0

Method Summary
 boolean isPersisted()
          Returns whether this object should be persisted in the repository or not.
 void setPersisted(boolean pPersisted)
          Sets whether this object should be persisted in the repository.
 

Method Detail

isPersisted

boolean isPersisted()
Returns whether this object should be persisted in the repository or not.

Returns:
true if this object should be persisted, false otherwise

setPersisted

void setPersisted(boolean pPersisted)
Sets whether this object should be persisted in the repository.

Parameters:
pPersisted - if true this object will be persisted in the repository, if false it will not

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

E17060-01

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