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

java.lang.Object
  extended byorg.apache.ojb.broker.metadata.fieldaccess.PersistentFieldBase
      extended byorg.apache.ojb.broker.metadata.fieldaccess.PersistentFieldIntrospectorImpl
          extended byorg.apache.ojb.broker.metadata.fieldaccess.PersistentFieldIntrospectorImplNew
All Implemented Interfaces:
PersistentField, java.io.Serializable

Deprecated. replaced by PersistentFieldIntrospectorImpl.

public class PersistentFieldIntrospectorImplNew
extends PersistentFieldIntrospectorImpl

A PersistentField implementation using JavaBeans compliant calls only to access persistent attributes. No Reflection is needed. But for each attribute xxx there must be public getXxx() and setXxx() methods. In metadata the field name must be the bean compliant 'xxx'.

Version:
$Id: PersistentFieldIntrospectorImplNew.java 365232 2005-12-21 22:36:07Z tomdz $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldBase
PATH_TOKEN
 
Constructor Summary
PersistentFieldIntrospectorImplNew()
          Deprecated.  
 
Methods inherited from class org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldIntrospectorImpl
get, getType, makeAccessible, set, usesAccessorsAndMutators
 
Methods inherited from class org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldBase
getDeclaringClass, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentFieldIntrospectorImplNew

public PersistentFieldIntrospectorImplNew()
Deprecated. 


(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30