@Repository public class GroupFeatureDAO extends org.nrg.framework.orm.hibernate.AbstractHibernateDAO<GroupFeature>
Constructor and Description |
---|
GroupFeatureDAO() |
Modifier and Type | Method and Description |
---|---|
List<GroupFeature> |
findBannedByTag(String tag) |
List<GroupFeature> |
findByFeature(String role) |
List<GroupFeature> |
findByFeatures(List<String> roles) |
List<GroupFeature> |
findByGroup(String groupId) |
GroupFeature |
findByGroupFeature(String groupId,
String feature) |
List<GroupFeature> |
findByGroups(List<String> groupIds) |
List<GroupFeature> |
findByTag(String tag) |
List<GroupFeature> |
findEnabledByTag(String tag) |
addNullableCriteria, countAll, countAllEnabled, create, delete, findAll, findAllByExample, findAllEnabled, findByCriteria, findByExample, findById, findById, findByProperties, findByProperty, findByUniqueProperty, findEnabledById, findEnabledById, getCriteriaForType, getSession, refresh, retrieve, setSessionFactory, update
public List<GroupFeature> findByFeatures(List<String> roles)
public List<GroupFeature> findByFeature(String role)
public List<GroupFeature> findByGroups(List<String> groupIds)
public List<GroupFeature> findByGroup(String groupId)
public List<GroupFeature> findByTag(String tag)
public List<GroupFeature> findEnabledByTag(String tag)
public List<GroupFeature> findBannedByTag(String tag)
public GroupFeature findByGroupFeature(String groupId, String feature)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.