Package one.edee.oss.pmptt.dao
Interface DbHierarchyStorage
-
- All Superinterfaces:
HierarchyStorage
- All Known Implementing Classes:
MySqlStorage,OracleSqlStorage
public interface DbHierarchyStorage extends HierarchyStorage
ExtendsHierarchyStorageadding method to access used transaction manager.- Author:
- Jan Novotný (novotny@fg.cz), FG Forrest a.s. (c) 2020
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.transaction.PlatformTransactionManagergetTransactionManager()Returns transaction manager used by this hierarchy storage.-
Methods inherited from interface one.edee.oss.pmptt.dao.HierarchyStorage
createHierarchy, createItem, getAllChildrenItems, getChildItems, getExistingHierarchyCodes, getFirstEmptySection, getFirstEmptySection, getHierarchy, getItem, getLeafItems, getLeafItems, getParentItem, getParentsOfItem, getRootItems, registerChangeListener, removeHierarchy, removeItem, updateItem
-
-