Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao.onto |
Ontology management related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.ontologies |
Page components for the Ontology management section related pages.
|
Modifier and Type | Method and Description |
---|---|
Ontology |
OntologyDao.load(Integer id) |
Ontology |
OntologyRowMapper.mapRow(ResultSet rs,
int rowNum) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<Ontology> |
OntologyDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
void |
OntologyDao.save(Ontology item) |
void |
OntologyDao.update(Ontology item) |
Constructor and Description |
---|
AddMappingPage(Ontology sourceOntology,
String targetOntoGraphName) |
Copyright © 2013. All Rights Reserved.