@Transactional public class ClientDao extends Object
Constructor and Description |
---|
ClientDao() |
public void cleanAllClients()
public void cleanClientsByServer(Server server)
public void delete(Client entity)
public void removeClientByServerAndStreamId(Server server, String streamId)
public int countClients()
public int countClientsByServer(Server server)
public long countClientsByServerAndStreamId(Server server, String streamId)
public Client getClientByServerAndStreamId(Server server, String streamId)
server
- streamId
- public List<Client> getClientsByPublicSIDAndServer(Server server, String publicSID)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.