@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, update
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
public List<NavigationItem> find(Long userId, Long... navigationItemIds)
find
in interface NavigationItemDao
userId
- 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.