@Repository(value="CustomCustomFieldBindingDao") public class HibernateCustomCustomFieldBindingDao extends HibernateEntityDao<org.squashtest.tm.domain.customfield.CustomFieldBinding> implements CustomCustomFieldBindingDao
| Modifier and Type | Class and Description |
|---|---|
static class |
HibernateCustomCustomFieldBindingDao.NewBindingPosition |
entityType| Constructor and Description |
|---|
HibernateCustomCustomFieldBindingDao() |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllByIds(Collection<Long> ids)
returns the bindings grouped by project and entity, sorted by position
|
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllByIds(List<Long> ids)
returns the bindings grouped by project and entity, sorted by position
|
protected List<HibernateCustomCustomFieldBindingDao.NewBindingPosition> |
recomputeBindingPositions() |
void |
removeCustomFieldBindings(List<Long> bindingIds) |
protected void |
updateBindingPositions(List<HibernateCustomCustomFieldBindingDao.NewBindingPosition> newPositions) |
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, findAll, findById, findDescendantIds, findSorted, findSorted, getIdPropertyNameclearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic HibernateCustomCustomFieldBindingDao()
public void removeCustomFieldBindings(List<Long> bindingIds)
removeCustomFieldBindings in interface CustomCustomFieldBindingDaopublic List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllByIds(Collection<Long> ids)
CustomCustomFieldBindingDaofindAllByIds in interface CustomCustomFieldBindingDaofindAllByIds in interface EntityDao<org.squashtest.tm.domain.customfield.CustomFieldBinding>findAllByIds in class HibernateEntityDao<org.squashtest.tm.domain.customfield.CustomFieldBinding>public List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllByIds(List<Long> ids)
CustomCustomFieldBindingDaofindAllByIds in interface CustomCustomFieldBindingDaoprotected List<HibernateCustomCustomFieldBindingDao.NewBindingPosition> recomputeBindingPositions()
protected void updateBindingPositions(List<HibernateCustomCustomFieldBindingDao.NewBindingPosition> newPositions)
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.