|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.dao.orm.ORMConfig
class ORMConfig
Package protected class to encapsulate the ORM XML configuration document for the default ORMQueryService implementation.
Constructor Summary | |
---|---|
ORMConfig(XMLProperties props)
Construct a new ORMConfig instance using the provide XML configuration properties. |
Method Summary | |
---|---|
(package private) ORMMappingConfig |
getMapping(java.lang.String name)
Return the named ORM mapping configuration. |
(package private) java.lang.String |
getSetting(java.lang.String name)
Return the value of the named setting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ORMConfig(XMLProperties props) throws ConfException
props
- XMLProperties instance containing the ORM mapping
configuration.
ConfException
- if the configuration cannot be created.Method Detail |
---|
ORMMappingConfig getMapping(java.lang.String name)
name
- String containing the name of the mapping to return.
java.lang.String getSetting(java.lang.String name)
name
- String containing the name of the setting to return.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |