org.kuali.kfs.sys.dataaccess.impl
Class FieldMetaDataImpl
java.lang.Object
org.kuali.kfs.sys.dataaccess.impl.FieldMetaDataImpl
- All Implemented Interfaces:
- FieldMetaData, org.springframework.jdbc.support.DatabaseMetaDataCallback
public class FieldMetaDataImpl
- extends Object
- implements org.springframework.jdbc.support.DatabaseMetaDataCallback, FieldMetaData
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldMetaDataImpl
public FieldMetaDataImpl(Class businessObjectClass,
String propertyName)
processMetaData
public Object processMetaData(DatabaseMetaData databaseMetaData)
throws SQLException,
org.springframework.jdbc.support.MetaDataAccessException
- Specified by:
processMetaData
in interface org.springframework.jdbc.support.DatabaseMetaDataCallback
- Throws:
SQLException
org.springframework.jdbc.support.MetaDataAccessException
populateAndReturnNonPersistableInstance
protected FieldMetaData populateAndReturnNonPersistableInstance()
getTableName
public String getTableName()
- Specified by:
getTableName
in interface FieldMetaData
getColumnName
public String getColumnName()
- Specified by:
getColumnName
in interface FieldMetaData
getDataType
public String getDataType()
- Specified by:
getDataType
in interface FieldMetaData
getLength
public int getLength()
- Specified by:
getLength
in interface FieldMetaData
getDecimalPlaces
public int getDecimalPlaces()
- Specified by:
getDecimalPlaces
in interface FieldMetaData
isEncrypted
public boolean isEncrypted()
- Specified by:
isEncrypted
in interface FieldMetaData
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.