mirror of https://github.com/apache/cloudstack.git
initialize search builder
This commit is contained in:
parent
415db5a126
commit
68a450b5a4
|
|
@ -68,7 +68,7 @@ public class UserVmDaoImpl extends GenericDaoBase<UserVmVO, Long> implements Use
|
|||
protected final SearchBuilder<UserVmVO> AccountHostSearch;
|
||||
|
||||
protected final SearchBuilder<UserVmVO> DestroySearch;
|
||||
protected SearchBuilder<UserVmVO> AccountDataCenterVirtualSearch;
|
||||
protected SearchBuilder<UserVmVO> AccountDataCenterVirtualSearch = null;
|
||||
protected GenericSearchBuilder<UserVmVO, Long> CountByAccountPod;
|
||||
protected GenericSearchBuilder<UserVmVO, Long> CountByAccount;
|
||||
protected GenericSearchBuilder<UserVmVO, Long> PodsHavingVmsForAccount;
|
||||
|
|
|
|||
Loading…
Reference in New Issue