* @see #loadObject(String, Vertex, Map)
*/
public DataType loadObject(String objectVertexId, ObjectCache objectsBeingAccessed) {
// If cast fails, well, that's some fuckin mess, no ?
Vertex objectVertex = loadVertexFor(objectVertexId, containedClass.getName());
return new Loader().loadObject(this, new VertexCachingDriver(getDriver()), objectVertexId, objectVertex, objectsBeingAccessed);
}