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

E13403-08

Uses of Package
oracle.javatools.marshal

Packages that use oracle.javatools.marshal
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.keyboard Defining your default accelerators 
oracle.ide.layout Contains interfaces and classes addins can implement or extend to provide preferred layouts for their own specialized editors. 
oracle.ide.marshal.xml Provides the ability to marshal and unmarshal objects to XML using an archiving algorithm that accesses public get/set methods, which is in contrast to serialization which directly accesses fields, even if they are private. 
oracle.ide.model Contains interfaces and classes implementing JDeveloper's data model. 
oracle.ide.util Contains utility classes. 
oracle.ide.webbrowser Contains classes that allow addins some level of control on the IDE web browser settings. 
oracle.jdeveloper.compiler Contains classes that allow addins to integrate their own build system translator. 
oracle.jdeveloper.deploy.dt   
oracle.jdeveloper.deploy.ear   
oracle.jdeveloper.deploy.j2ee   
oracle.jdeveloper.deploy.jar   
oracle.jdeveloper.deploy.sp   
oracle.jdeveloper.library The Libraries package provides the library API used by JDeveloper. 
oracle.jdeveloper.model Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. 
oracle.jdeveloper.offlinedb.browser Offline Database Node implementations for the JDeveloper's Application Navigator. 
 

Classes in oracle.javatools.marshal used by oracle.ide.config
ObjectStore
          The ObjectStore interface contains methods that are to be implemented by a persistence framework that can traverse objects whose persistent data are represented by public read-writable JavaBean properties.
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.ide.keyboard
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.ide.layout
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.ide.marshal.xml
ObjectStore
          The ObjectStore interface contains methods that are to be implemented by a persistence framework that can traverse objects whose persistent data are represented by public read-writable JavaBean properties.
 

Classes in oracle.javatools.marshal used by oracle.ide.model
ObjectStore
          The ObjectStore interface contains methods that are to be implemented by a persistence framework that can traverse objects whose persistent data are represented by public read-writable JavaBean properties.
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.ide.util
StringConversion
          A class that implements this interface indicates that it is able to: Persist itself as a single String through its toString() method.
 

Classes in oracle.javatools.marshal used by oracle.ide.webbrowser
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.compiler
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.deploy.dt
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.deploy.ear
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.deploy.j2ee
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.deploy.jar
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.deploy.sp
StringConversion
          A class that implements this interface indicates that it is able to: Persist itself as a single String through its toString() method.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.library
AttributeMarker
          The AttributeMarker class can be declared in the throws clause of a getter method to indicate to the marshalling code that a particular persistent property should be persisted in XML as an attribute instead of an element.
ObjectStore
          The ObjectStore interface contains methods that are to be implemented by a persistence framework that can traverse objects whose persistent data are represented by public read-writable JavaBean properties.
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.model
TransientMarker
          The TransientMarker is a special kind of runtime exception that can be declared in the throws clause of a getter method to indicate to the marshalling code that the property represented by the getter is transient and should not be persisted.
 

Classes in oracle.javatools.marshal used by oracle.jdeveloper.offlinedb.browser
ObjectStore
          The ObjectStore interface contains methods that are to be implemented by a persistence framework that can traverse objects whose persistent data are represented by public read-writable JavaBean properties.
 


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

E13403-08

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