|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.internal.dao.hib3.Hib3DaoConfig
public class Hib3DaoConfig
Hibernate DAO configuration.
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 |
---|
public Hib3DaoConfig()
Method Detail |
---|
public String getProperty(String property) throws IllegalArgumentException
Configuration
getProperty
in interface Configuration
property
- Get this property.
IllegalArgumentException
- if property is null.Configuration.getProperty(String)
public String setProperty(String property, String value)
Configuration
setProperty
in interface Configuration
property
- Set this property.value
- Value to set on this property.
Configuration.setProperty(String, String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |