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.db.property

Packages that use oracle.javatools.db.property
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.db.datatypes Classes related to datatypes in the database API. 
oracle.javatools.db.ddl API for generating DDL in the database API. 
oracle.javatools.db.diff Contains a metadata driven differ of database objects. 
oracle.javatools.db.extension   
oracle.javatools.db.ora Contains the database api implementation for Oracle databases, and additional DBObject implementations for objects specific to Oracle. 
oracle.javatools.db.property Contains classes for extending the object support that comes as standard in the database api (e.g. 
oracle.javatools.db.sql Contains an API for declaratively parsing SQL queries (SELECT statements). 
oracle.jdeveloper.offlinedb Database API extension for saving database object definitions in XML files. 
oracle.jdeveloper.offlinedb.userprops Extension to the Offline Database that allows the association of a library of user properties to be associated with an offline database. 
 

Classes in oracle.javatools.db.property used by oracle.javatools.db
PropertyInitializer
           
PropertyKey
          Annotation to mark a static member as being a key in the properties map for retrieval of the given object from a DBObject.
PropertyManager
          A DBObjectProvider has an associated PropertyManager that can be queried to ask for the level of support a given property has.
References
          Gives extra metadata about a property that references another object (i.e.
Transient
          Annotation to mark a bean property as being transient.
 

Classes in oracle.javatools.db.property used by oracle.javatools.db.datatypes
Transient
          Annotation to mark a bean property as being transient.
 

Classes in oracle.javatools.db.property used by oracle.javatools.db.ddl
AbstractPropertyManager
           
PropertyManager
          A DBObjectProvider has an associated PropertyManager that can be queried to ask for the level of support a given property has.
 

Classes in oracle.javatools.db.property used by oracle.javatools.db.diff
PropertyInfo
          Wrapper for the PropertyDescriptor beans class that includes some db api specific accessors for the annotation information.
 

Classes in oracle.javatools.db.property used by oracle.javatools.db.extension
PropertyAction
          Used by the PropertyManager to indicate actions available on an object basis and a per-property basis.
PropertyAction.Type
          Defins the different types of property action.
PropertyManager
          A DBObjectProvider has an associated PropertyManager that can be queried to ask for the level of support a given property has.
 

Classes in oracle.javatools.db.property used by oracle.javatools.db.ora
PropertyKey
          Annotation to mark a static member as being a key in the properties map for retrieval of the given object from a DBObject.
References
          Gives extra metadata about a property that references another object (i.e.
Transient
          Annotation to mark a bean property as being transient.
 

Classes in oracle.javatools.db.property used by oracle.javatools.db.property
Metadata
          The database API contains a number of bean classes that represent the objects that can exist in a database (e.g.
MissingPropertyException
          Exception class thrown by the property support when a given property is not known for the given object.
PropertyAction
          Used by the PropertyManager to indicate actions available on an object basis and a per-property basis.
PropertyAction.Type
          Defins the different types of property action.
PropertyInfo
          Wrapper for the PropertyDescriptor beans class that includes some db api specific accessors for the annotation information.
PropertyInitializer.InitializationVeto
          For a particular DBObject instance and property name, a PropertyInitializer may choose to veto providing an initial value by throwing a PropertyInitializer.InitializationVeto exception.
PropertyManager
          A DBObjectProvider has an associated PropertyManager that can be queried to ask for the level of support a given property has.
 

Classes in oracle.javatools.db.property used by oracle.javatools.db.sql
After
          Annotation to mark a bean property as processable after the others on the bean.
Transient
          Annotation to mark a bean property as being transient.
 

Classes in oracle.javatools.db.property used by oracle.jdeveloper.offlinedb
PropertyInitializer
           
Transient
          Annotation to mark a bean property as being transient.
 

Classes in oracle.javatools.db.property used by oracle.jdeveloper.offlinedb.userprops
PropertyInitializer
           
PropertyInitializer.InitializationVeto
          For a particular DBObject instance and property name, a PropertyInitializer may choose to veto providing an initial value by throwing a PropertyInitializer.InitializationVeto exception.
 


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.