Query<KObject>query=session.createQuery(" from "+StationConstant.ENTITY+" where regionalCompany.id=:id and del=:del",KObject.class);
Query<KObject>query=session.createQuery(" from "+StationConstant.ENTITY+" where regionalCompany.id=:id and del=:del and stationStatus=1",KObject.class);