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

E13403-04

Uses of Class
oracle.javatools.db.property.PropertyInfo

Packages that use PropertyInfo
oracle.javatools.db.diff Contains a metadata driven differ of database objects. 
oracle.javatools.db.property Classes for dealing with properties in the database API. 
 

Uses of PropertyInfo in oracle.javatools.db.diff
 

Methods in oracle.javatools.db.diff with parameters of type PropertyInfo
protected  ResultSet GenericBeanDiffer.diffProperty(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c, PropertyInfo prop)
          Three types of property are supported
1) those that convert to strings - convert to strings and compare
2) array properties - diff them with the engine as lists
3) other objects - let the diff engine decide what to do with them
protected  boolean GenericNameDiffer.ignoreProperty(PropertyInfo prop)
           
protected  boolean GenericBeanDiffer.ignoreProperty(PropertyInfo prop)
          Ignores the given property.
 

Uses of PropertyInfo in oracle.javatools.db.property
 

Methods in oracle.javatools.db.property that return PropertyInfo
static PropertyInfo PropertyHelper.findPropertyInfo(java.lang.Class clz, java.lang.String propPath, java.lang.Class<? extends DBObjectProvider> proClz)
          If the given property path is supported for the given object class this method returns the PropertyInfo associated with that property.
static PropertyInfo PropertyHelper.findPropertyInfo(java.lang.String type, java.lang.String propPath, java.lang.Class<? extends DBObjectProvider> proClz)
          If the given property path is supported for the given object class this method returns the PropertyInfo associated with that property.
 

Methods in oracle.javatools.db.property that return types with arguments of type PropertyInfo
 java.util.Map<java.lang.String,PropertyInfo> PropertyIterator.getPropertyInfos()
          The returned map includes the PropertyInfos for this iterator's object class and only includes bean properties (not extra properties).
 java.util.Map<java.lang.String,PropertyInfo> PropertyIterator.getPropertyInfos(boolean excludeTransientGet, boolean excludeTransientSet, boolean beanOnly)
           
static java.util.Map<java.lang.String,PropertyInfo> PropertyIterator.getPropertyInfos(java.lang.Class beanClass)
          Returns a map of property name to PropertyInfo object for the given bean class.
static java.util.Map<java.lang.String,PropertyInfo> PropertyIterator.getPropertyInfos(java.lang.Object bean)
          Returns a map of property name to PropertyInfo object for the given bean.
 java.util.Iterator<PropertyInfo> PropertyIterator.getPropertyIterator()
          The returned iterator includes the PropertyInfos for the object class and only includes bean properties (not extra properties).
 java.util.Iterator<PropertyInfo> PropertyIterator.getPropertyIterator(boolean excludeTransientGet, boolean excludeTransientSet, boolean beanOnly)
           
static java.util.Iterator<PropertyInfo> PropertyIterator.getPropertyIterator(java.lang.Class beanClz)
          Returns an Iterator of the properties of the given bean class.
static java.util.Iterator<PropertyInfo> PropertyIterator.getPropertyIterator(java.lang.Object bean)
          Returns an Iterator of the properties of the given bean.
 

Methods in oracle.javatools.db.property with parameters of type PropertyInfo
protected abstract  boolean PropertyInfo.equalsImpl(PropertyInfo info)
           
 


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

E13403-04

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