| Package | Description |
|---|---|
| com.ihr.xbrl.pojo |
Provides the classes necessary to access to the content of a DTS using POJO technology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PojoExtension.executePojoExtension(XBRLPojoGenerator generator,
org.hibernate.Session session,
P p,
Q q)
Performs the extension job, possibly storing into the database additional
objects related with the pojo instance P.
|
| Constructor and Description |
|---|
XBRLDBAccessor(org.hibernate.Session session,
DbUtil.Database databaseType,
XBRLPojoGenerator xbrlPojoGenerator)
Creates an instance of the XBRLDBAcessor object to query the database
for the existence of objects.
|