Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Package oracle.javatools.db.property

Contains classes for extending the object support that comes as standard in the database api (e.g.

See:
          Description

Interface Summary
PropertyManager A DBObjectProvider has an associated PropertyManager that can be queried to ask for the level of support a given property has.
 

Class Summary
AbstractPropertyManager  
Metadata The database API contains a number of bean classes that represent the objects that can exist in a database (e.g.
Property Property names for all properties supported in the database api.
PropertyAction Used by the PropertyManager to indicate actions available on an object basis and a per-property basis.
PropertyFilter  
PropertyHelper Helper class that allows you to get the value for a given property (path) on an object.
PropertyInfo Wrapper for the PropertyDescriptor beans class that includes some db api specific accessors for the annotation information.
PropertyInitializer  
PropertyIterator A class that iterates through the properties of a DBObject.
 

Enum Summary
PropertyAction.Type Defins the different types of property action.
 

Exception Summary
MissingPropertyException Exception class thrown by the property support when a given property is not known for the given object.
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.
 

Annotation Types Summary
After Annotation to mark a bean property as processable after the others on the bean.
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.
 

Package oracle.javatools.db.property Description

Contains classes for extending the object support that comes as standard in the database api (e.g. adding support for new objects).

Since:
11.1.1.4.0

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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