edu.internet2.middleware.grouper.internal.dao.hib3
Class Hib3DaoConfig

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

public class Hib3DaoConfig
extends Object
implements Configuration

Hibernate DAO configuration.

Since:
@HEAD@
Version:
$Id: Hib3DaoConfig.java,v 1.3 2009-02-01 22:38:48 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
Hib3DaoConfig()
          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

Hib3DaoConfig

public Hib3DaoConfig()
Access Hibernate configuration.

Since:
@HEAD@
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:
@HEAD@
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:
@HEAD@
See Also:
Configuration.setProperty(String, String)