Package org.apache.ojb.broker.metadata.fieldaccess

This package provides classes for accessing fields of persistent classes.

See:
          Description

Interface Summary
PersistentField  
 

Class Summary
AnonymousPersistentField This class handle an anonymous persistent fiels for 1-1 association, and ojbConcreteClass
PersistentFieldAutoProxyImpl PeristentField implementation that attempts to detect the nature of the field it is persisting.
PersistentFieldAutoProxyImplNew Deprecated. replaced by PersistentFieldAutoProxyImpl.
PersistentFieldBase Abstract PersistentField base implementation class.
PersistentFieldDirectAccessImplNew Deprecated. replaced by PersistentFieldDirectImpl.
PersistentFieldDirectImpl This PersistentField implementation is the high-speed version of the access strategies.
PersistentFieldDynaBeanImpl A PersistentField implementation accesses a property from a DynaBean.
PersistentFieldDynaBeanImplNew Deprecated. replaced by PersistentFieldDynaBeanImpl.
PersistentFieldFactory  
PersistentFieldIntrospectorImpl A PersistentField implementation using JavaBeans compliant calls only to access persistent attributes.
PersistentFieldIntrospectorImplNew Deprecated. replaced by PersistentFieldIntrospectorImpl.
PersistentFieldPrivilegedImpl A PersistentField implementation using reflection to access but does cooperate with AccessController and do not suppress the java language access check.
PersistentFieldPrivilegedImplNew Deprecated. replaced by PersistentFieldPrivilegedImpl.
 

Package org.apache.ojb.broker.metadata.fieldaccess Description

This package provides classes for accessing fields of persistent classes.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.