org.apache.ojb.broker.metadata.fieldaccess
Class PersistentFieldDirectAccessImplNew

java.lang.Object
  extended by org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldBase
      extended by org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDirectImpl
          extended by org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDirectAccessImplNew
All Implemented Interfaces:
Serializable, PersistentField

Deprecated. replaced by PersistentFieldDirectImpl.

public class PersistentFieldDirectAccessImplNew
extends PersistentFieldDirectImpl

This PersistentField implementation is the high-speed version of the access strategies.
It does not cooperate with an AccessController, but accesses the fields directly. This implementation persistent attributes don't need getters and setters and don't have to be declared public or protected. Only the the metadata field names have to match the class fields.

Version:
$Id: PersistentFieldDirectAccessImplNew.java,v 1.1 2007-08-24 22:17:35 ewestfal Exp $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldBase
PATH_TOKEN, rootObjectType
 
Constructor Summary
PersistentFieldDirectAccessImplNew()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDirectImpl
get, getField, getType, getValueFrom, isNestedField, makeAccessible, set, setValueFor, usesAccessorsAndMutators
 
Methods inherited from class org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldBase
buildErrorGetMsg, buildErrorSetMsg, getDeclaringClass, getFieldGraph, getLog, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentFieldDirectAccessImplNew

public PersistentFieldDirectAccessImplNew()
Deprecated. 


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.