|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.manage.AbstractRegisterExtraClasses
public abstract class AbstractRegisterExtraClasses
| Constructor Summary | |
|---|---|
AbstractRegisterExtraClasses()
|
|
| Method Summary | |
|---|---|
void |
addClasses(org.hibernate.cfg.Configuration conf,
DbUtil dbUtil)
This method is called during the call to DbUtil.getSessionFactory(RegisterExtraClasses[]) |
abstract java.lang.Class<?>[] |
getClasses()
Must return an array of zero or more classes to be registered in the configuration object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRegisterExtraClasses()
| Method Detail |
|---|
public void addClasses(org.hibernate.cfg.Configuration conf,
DbUtil dbUtil)
RegisterExtraClassesDbUtil.getSessionFactory(RegisterExtraClasses[])
addClasses in interface RegisterExtraClassesconf - the Hibernate configuration objectpublic abstract java.lang.Class<?>[] getClasses()
In order to make the system independent of the database subsystem, the token "sqlServer", "postgresql" or "oracle" is added to the class package and before the class name during the process of loading the hdm.xml file into the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||