edu.internet2.middleware.grouper.internal.dao.hibernate
Class HibernateDaoConfig

java.lang.Object
  extended by edu.internet2.middleware.grouper.internal.dao.hibernate.HibernateDaoConfig
All Implemented Interfaces:
Configuration

public class HibernateDaoConfig
extends Object
implements Configuration

Hibernate DAO configuration.

Since:
1.2.1
Version:
$Id: HibernateDaoConfig.java,v 1.4 2008-06-29 17:42:41 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
HibernateDaoConfig()
          Access Hibernate configuration.
 
Method Summary
 String getProperty(String property)
          Get value of property.
 String setProperty(String property, String value)
          Set value of property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateDaoConfig

public HibernateDaoConfig()
Access Hibernate configuration.

Since:
1.2.1
Method Detail

getProperty

public String getProperty(String property)
                   throws IllegalArgumentException
Description copied from interface: Configuration
Get value of property.

Specified by:
getProperty in interface Configuration
Parameters:
property - Get this property.
Returns:
Value of property or null.
Throws:
IllegalArgumentException - if property is null.
Since:
1.2.1
See Also:
Configuration.getProperty(String)

setProperty

public String setProperty(String property,
                          String value)
Description copied from interface: Configuration
Set value of property.

Specified by:
setProperty in interface Configuration
Parameters:
property - Set this property.
value - Value to set on this property.
Returns:
New value of property.
Since:
1.2.1
See Also:
Configuration.setProperty(String, String)