Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


oracle.jbo.server.uniqueid
Class UniqueIdHelper

java.lang.Object
  extended by oracle.jbo.server.uniqueid.UniqueIdHelper


public class UniqueIdHelper
extends java.lang.Object

Constructor Summary
UniqueIdHelper()
           

 

Method Summary
static java.math.BigDecimal getNextId()
          Returns a new unique id value using RowIdAMImpl.
static java.math.BigDecimal getUniqueId(EntityImpl entity)
          Deprecated. 
static void main(java.lang.String[] args)
           
static void resetDBTransaction(DBTransaction dbTrans)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UniqueIdHelper

public UniqueIdHelper()

Method Detail

getUniqueId

@Deprecated
public static java.math.BigDecimal getUniqueId(EntityImpl entity)
Deprecated. 

getNextId

public static java.math.BigDecimal getNextId()
Returns a new unique id value using RowIdAMImpl.
Returns:
BigDecimal representing id value

resetDBTransaction

public static void resetDBTransaction(DBTransaction dbTrans)

main

public static void main(java.lang.String[] args)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


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