|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbUtil | |
|---|---|
| com.ihr.xbrl.database.common | |
| com.ihr.xbrl.manage | |
| com.ihr.xbrl.store | |
| Uses of DbUtil in com.ihr.xbrl.database.common |
|---|
| Methods in com.ihr.xbrl.database.common that return DbUtil | |
|---|---|
DbUtil |
XBRLDatabaseAccessApp.getDbUtil()
Returns back the instance of the DbUtil object created during the initialization of this object. |
| Uses of DbUtil in com.ihr.xbrl.manage |
|---|
| Methods in com.ihr.xbrl.manage with parameters of type DbUtil | |
|---|---|
void |
RegisterExtraClasses.addClasses(org.hibernate.cfg.Configuration conf,
DbUtil dbUtil)
This method is called during the call to getSessionFactory(RegisterExtraClasses[]) |
void |
AbstractRegisterExtraClasses.addClasses(org.hibernate.cfg.Configuration conf,
DbUtil dbUtil)
|
| Uses of DbUtil in com.ihr.xbrl.store |
|---|
| Constructors in com.ihr.xbrl.store with parameters of type DbUtil | |
|---|---|
StoreXBRLThread(java.net.URI[] dtsURIs,
java.lang.String dtsName,
DbUtil dbUtil,
HasStoreUserQuestions appFrame,
HasEnableDisableOpenMenus app,
HasLoadingBar appLoadingBar,
HasLogPanel appLogPanel,
HasErrorsHandler errorHandler,
boolean bForUpdate)
Store documents in the XBRL Database in a separate thread During the thread execution the process uses call back functions in other objects in order to inform the main application about progress and errors This version of the constructor reads a DTS from a set of URIs. |
|
StoreXBRLThread(XBRLDocument[] documents,
org.hibernate.Session session,
HasEnableDisableOpenMenus app,
HasLoadingBar appLoadingBar,
HasLogPanel appLogPanel,
DbUtil dbUtil,
boolean bForUpdate)
Store documents in the XBRL Database in a separate thread During the thread execution the process uses call back functions in other objects in order to inform the main application about progress and errors This version of the constructor uses the documents already read by the parent application. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||