| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UserPropertyDefn | 
UserPropertyDefn.useHash(HashStructure hash)  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<UserPropertyDefn> | 
UserPropertyUtils.getUserPropertydefns(OfflineDBObjectProvider prov, DBObject dbobject)
get a list of the user property definitions for a DBObject 
 | 
static java.util.List<UserPropertyDefn> | 
UserPropertyUtils.getUserPropertydefns(OfflineDBObjectProvider prov, java.lang.String type)
get a list of the user property definitions for a DBObject type 
 |