Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.javatools.db
Class IDPolicy.TemporaryIDPolicy

java.lang.Object
  extended by oracle.javatools.db.IDPolicy
      extended by oracle.javatools.db.IDPolicy.TemporaryIDPolicy
Enclosing class:
IDPolicy

public static class IDPolicy.TemporaryIDPolicy
extends IDPolicy

IDPolicy that creates a TemporaryObjectID for every object that has the original object set.


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.javatools.db.IDPolicy
IDPolicy.DefaultIDPolicy, IDPolicy.SameIDPolicy, IDPolicy.TemporaryIDPolicy
 
Constructor Summary
IDPolicy.TemporaryIDPolicy()
           
 
Method Summary
protected  DBObjectID getNewID(DBObject original, DBObject copy)
          Given the original object, the copy is given an ID depending on the policy.
 
Methods inherited from class oracle.javatools.db.IDPolicy
copyID, getIDMap, getReverseIDMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDPolicy.TemporaryIDPolicy

public IDPolicy.TemporaryIDPolicy()
Method Detail

getNewID

protected DBObjectID getNewID(DBObject original,
                              DBObject copy)
Description copied from class: IDPolicy
Given the original object, the copy is given an ID depending on the policy.

This method cannot modify the underlying objects.

Specified by:
getNewID in class IDPolicy

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.