|
||||||||||
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 | |
---|---|
java.lang.String |
getProperty(java.lang.String property)
Get value of property. |
java.lang.String |
setProperty(java.lang.String property,
java.lang.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 java.lang.String getProperty(java.lang.String property) throws java.lang.IllegalArgumentException
Configuration
getProperty
in interface Configuration
property
- Get this property.
java.lang.IllegalArgumentException
- if property is null.Configuration.getProperty(String)
public java.lang.String setProperty(java.lang.String property, java.lang.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 |