org.apache.torque.util
Class JdbcConfigurer

java.lang.Object
  extended by org.apache.torque.util.JdbcConfigurer

public class JdbcConfigurer
extends Object


Constructor Summary
JdbcConfigurer()
           
 
Method Summary
protected  String getEmptyURLErrorMessage()
           
protected
<T> T
getProperty(String name, Object bean)
           
protected  boolean hasProperty(String name, Object bean)
           
protected  void setProperty(Object bean, String name, Object value)
           
 void updateConfiguration(Object bean)
           
 void validateConfiguration(Object bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcConfigurer

public JdbcConfigurer()
Method Detail

hasProperty

protected boolean hasProperty(String name,
                              Object bean)
                       throws org.kuali.core.db.torque.PropertyHandlingException
Throws:
org.kuali.core.db.torque.PropertyHandlingException

getProperty

protected <T> T getProperty(String name,
                            Object bean)

setProperty

protected void setProperty(Object bean,
                           String name,
                           Object value)
                    throws org.kuali.core.db.torque.PropertyHandlingException
Throws:
org.kuali.core.db.torque.PropertyHandlingException

updateConfiguration

public void updateConfiguration(Object bean)
                         throws org.kuali.core.db.torque.PropertyHandlingException
Throws:
org.kuali.core.db.torque.PropertyHandlingException

validateConfiguration

public void validateConfiguration(Object bean)

getEmptyURLErrorMessage

protected String getEmptyURLErrorMessage()


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