Oracle ADF Business Components Domains API Reference 10.1.2 B14023-02


Deprecated API

Deprecated Methods
oracle.jbo.domain.DBSequence.createInstanceWithAM(ApplicationModule)
          since 9.0.3. Use new instance of this class to get the next value. 
oracle.jbo.domain.ClobDomain.getAsciiOutputStream()
          since 9.0.3.5. Use getCharacterOutputStream() instead. 
oracle.jbo.domain.ClobDomain.getCharacterOutputStream(String)
          since 9.0.3.5. Use getCharacterOutputStream() instead. 
oracle.jbo.domain.ClobDomain.getCharacterStream(String)
          since 9.0.3.5. Use getCharacterStream() instead. 
oracle.jbo.domain.ClobDomain.getInputStream()
          since 9.0.3.5. Use getCharacterStream() instead. 
oracle.jbo.domain.ClobDomain.getOutputStream()
          since 9.0.3.5. Use getCharacterOutputStream() instead. 
oracle.jbo.domain.ClobDomain.getStorageByteArray()
          since 9.0.3.5. Use getStorageCharArray() instead. 
oracle.jbo.domain.ClobDomain.getStorageByteArray(String)
          since 9.0.3.5. Use getStorageCharArray() instead. 
oracle.jbo.domain.ClobDomain.setBytes(byte[])
          since 9.0.3.5. Use setChars(char[] clobData) instead. 
oracle.jbo.domain.BFileDomain.setBytes(byte[])
          since 9.0.4 BFile domains cannot be updated. 

 

Deprecated Constructors
oracle.jbo.domain.BFileDomain(BFILE, byte[])
          since 9.0.4 BFile domains cannot be updated. 
oracle.jbo.domain.ClobDomain(byte[])
          since 9.0.3.5. Use ClobDomain(char[] data) Constructor instead. 
oracle.jbo.domain.ClobDomain(CLOB, byte[])
          since 9.0.3.5. Use ClobDomain(CLOB clob, char[] clobData) Constructor instead. 

 


Oracle ADF Business Components Domains API Reference 10.1.2 B14023-02


 

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