Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Package oracle.javatools.db.property

Classes for dealing with properties in the database API.

See: Description

Package oracle.javatools.db.property Description

Classes for dealing with properties in the database API. Essentially a layer of metadata classes for the API.

All DBObject implementations are java beans, and therefore a given object has a number of properties through the bean's get and set methods. In addition extra (non-bean) properties can be regsitered with the API as well to be included in an object's property map.

To obtain information about a supported property for a DBObjectProvider, use the PropertyManager.

To obtain information about properties without a DBObjectProvider, use a PropertyHelper.

Since:
11
Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

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