minor changes to project dao jpa implementation
This commit is contained in:
parent
19e439295b
commit
273b5900d6
@ -572,6 +572,7 @@ public class ProjectDaoJPAImp extends AbstractDaoJPAImp<Project> implements Proj
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
public QuerySet projectStatuses(Collection<ProjectStatus> projectStatuses) {
|
||||
if (projectStatuses != null && !projectStatuses.isEmpty()) {
|
||||
getQuery().combine(
|
||||
@ -593,7 +594,6 @@ public class ProjectDaoJPAImp extends AbstractDaoJPAImp<Project> implements Proj
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
// public QuerySet creator(User user) {
|
||||
// if (user != null) {
|
||||
// getQuery().combine(
|
||||
|
Loading…
x
Reference in New Issue
Block a user