|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.internal.dao.hibernate.HibernateDaoConfig
public class HibernateDaoConfig
Hibernate DAO configuration.
| Constructor Summary | |
|---|---|
HibernateDaoConfig()
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 HibernateDaoConfig()
| Method Detail |
|---|
public java.lang.String getProperty(java.lang.String property)
throws java.lang.IllegalArgumentException
Configuration
getProperty in interface Configurationproperty - 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 Configurationproperty - 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 | |||||||||