various and sundry small DAO improvements

This commit is contained in:
brianjlowe 2012-03-08 20:54:29 +00:00
parent 5fea873ed2
commit d7da587aa7
17 changed files with 130 additions and 116 deletions

View file

@ -638,18 +638,6 @@ public class IndividualFilteringByStatementTest extends AbstractTestClass {
// Un-implemented methods
// ----------------------------------------------------------------------
@Override
public boolean isSubjectOriented() {
throw new RuntimeException(
"ObjectPropertyStatement.isSubjectOriented() not implemented.");
}
@Override
public void setSubjectOriented(boolean subjectOriented) {
throw new RuntimeException(
"ObjectPropertyStatement.setSubjectOriented() not implemented.");
}
@Override
public void setSubjectURI(String subjectURI) {
throw new RuntimeException(