public class ServiceComponentDesiredStateDAO extends Object
Constructor and Description |
---|
ServiceComponentDesiredStateDAO() |
Modifier and Type | Method and Description |
---|---|
void |
create(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
List<ServiceComponentDesiredStateEntity> |
findAll() |
ServiceComponentDesiredStateEntity |
findByPK(ServiceComponentDesiredStateEntityPK primaryKey) |
ServiceComponentDesiredStateEntity |
merge(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
refresh(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
remove(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
removeByPK(ServiceComponentDesiredStateEntityPK primaryKey) |
public ServiceComponentDesiredStateEntity findByPK(ServiceComponentDesiredStateEntityPK primaryKey)
public List<ServiceComponentDesiredStateEntity> findAll()
public void refresh(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
public void create(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
public ServiceComponentDesiredStateEntity merge(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
public void remove(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
public void removeByPK(ServiceComponentDesiredStateEntityPK primaryKey)
Copyright © 2014. All rights reserved.