Oracle Application Development Framework Business Components Domains Java API Reference
10.1.3.1.0 B28971-01


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.BFileDomain.setBytes(byte[])
          since 9.0.4 BFile domains cannot be updated. 
oracle.jbo.domain.ClobDomain.setBytes(byte[])
          since 9.0.3.5. Use setChars(char[] clobData) instead. 

 

Deprecated Constructors
oracle.jbo.domain.BFileDomain(BFILE, byte[])
          since 9.0.4 BFile domains cannot be updated. 
oracle.jbo.domain.BFileDomain(BFileDomain, 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.jbo.domain.ClobDomain(ClobDomain, byte[])
          since 9.0.3.5. Use ClobDomain(ClobDomain clob, char[] clobData) Constructor instead. 

 


Oracle Application Development Framework Business Components Domains Java API Reference
10.1.3.1.0 B28971-01


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