The Spring Framework

org.springframework.jdbc.core
Class AbstractBeanPropertyRowMapper.PersistentField

java.lang.Object
  extended by org.springframework.jdbc.core.AbstractBeanPropertyRowMapper.PersistentField
Enclosing class:
AbstractBeanPropertyRowMapper

protected class AbstractBeanPropertyRowMapper.PersistentField
extends Object

A PersistentField represents the info we are interested in knowing about the fields and their relationship to the columns of the database table.


Constructor Summary
protected AbstractBeanPropertyRowMapper.PersistentField()
           
 
Method Summary
 String getFieldName()
           
 Class getJavaType()
           
 int getSqlType()
           
 void setFieldName(String fieldName)
           
 void setJavaType(Class javaType)
           
 void setSqlType(int sqlType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBeanPropertyRowMapper.PersistentField

protected AbstractBeanPropertyRowMapper.PersistentField()
Method Detail

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)

getJavaType

public Class getJavaType()

setJavaType

public void setJavaType(Class javaType)

getSqlType

public int getSqlType()

setSqlType

public void setSqlType(int sqlType)

The Spring Framework

Copyright © 2002-2007 The Spring Framework.