|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHibernateDataSource
The Interface IHibernateDataSource.
Field Summary |
---|
Fields inherited from interface it.eng.qbe.datasource.IDataSource |
---|
COMPOSITE_HIBERNATE_DS_TYPE, HIBERNATE_DS_TYPE |
Method Summary | |
---|---|
org.hibernate.cfg.Configuration |
getConfiguration()
Gets the configuration. |
DBConnection |
getConnection()
Gets the connection. |
java.lang.String |
getDatamartName()
Gets the datamart name. |
java.util.List |
getDatamartNames()
Gets the datamart names. |
Formula |
getFormula()
Gets the formula. |
org.hibernate.SessionFactory |
getSessionFactory()
Gets the session factory. |
org.hibernate.SessionFactory |
getSessionFactory(java.lang.String dmName)
Gets the session factory. |
void |
refresh()
Refresh. |
void |
refreshDatamartViews()
Refresh datamart views. |
void |
refreshSharedView(java.lang.String sharedViewName)
Refresh shared view. |
void |
refreshSharedViews()
Refresh shared views. |
void |
setFormula(Formula formula)
Sets the formula. |
Methods inherited from interface it.eng.qbe.datasource.IDataSource |
---|
getName, getProperties, getType, setProperties |
Method Detail |
---|
java.lang.String getDatamartName()
java.util.List getDatamartNames()
DBConnection getConnection()
org.hibernate.cfg.Configuration getConfiguration()
org.hibernate.SessionFactory getSessionFactory()
org.hibernate.SessionFactory getSessionFactory(java.lang.String dmName)
dmName
- the dm name
Formula getFormula()
void setFormula(Formula formula)
formula
- the new formulavoid refreshDatamartViews()
void refreshSharedViews()
void refreshSharedView(java.lang.String sharedViewName)
sharedViewName
- the shared view namevoid refresh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |