* @param idFactory The id factory.
* @return a new instance of <code>HierarchyManager</code>.
* @throws javax.jcr.RepositoryException If an error occurs.
*/
private HierarchyManager createHierarchyManager(TransientItemStateFactory tisf, IdFactory idFactory) throws RepositoryException {
return new HierarchyManagerImpl(tisf, idFactory, getPathFactory());
}