NIHVIVO-2957 unfiltered DAO factory for QR code
This commit is contained in:
parent
5c99d7e3bf
commit
2137af2798
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class IndividualTemplateModel extends BaseIndividualTemplateModel {
|
||||||
// We don't want to use getAssertionsWebappDaoFactory() - that will
|
// We don't want to use getAssertionsWebappDaoFactory() - that will
|
||||||
// reduce load scalability and miss out on data in different named
|
// reduce load scalability and miss out on data in different named
|
||||||
// graphs. Instead, we will make a DAO factory from the main
|
// graphs. Instead, we will make a DAO factory from the main
|
||||||
// model associated with the request.
|
// model and dataset associated with the request.
|
||||||
WebappDaoFactory wdf = new WebappDaoFactorySDB(
|
WebappDaoFactory wdf = new WebappDaoFactorySDB(
|
||||||
new SimpleOntModelSelector(
|
new SimpleOntModelSelector(
|
||||||
vreq.getJenaOntModel()),vreq.getDataset());
|
vreq.getJenaOntModel()),vreq.getDataset());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue