throws StoreException
{
try {
InferencerConnection con = (InferencerConnection)super.getConnection();
con = new DirectTypeHierarchyInferencerConnection(con);
con = new AutoCommitInferencerConnection(con);
return con;
}
catch (ClassCastException e) {
throw new StoreException(e.getMessage(), e);
}