@Repository(value="navigationItemDao") public class NavigationItemDaoImpl extends HibernateDaoImpl<NavigationItem> implements NavigationItemDao
| Constructor and Description |
|---|
NavigationItemDaoImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<NavigationItem> |
find(Long userId,
Long... navigationItemIds) |
create, create, evict, load, loadAll, postConstruct, remove, remove, remove, update, updatecheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactorypublic List<NavigationItem> find(Long userId, Long... navigationItemIds)
find in interface NavigationItemDaouserId - The user to load the items for.navigationItemIds - Id's of items to load or null, if all.Copyright © 2019 Communote team. All rights reserved.