public class HostComponentDesiredStateDAO extends Object
Constructor and Description |
---|
HostComponentDesiredStateDAO() |
Modifier and Type | Method and Description |
---|---|
void |
create(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
List<HostComponentDesiredStateEntity> |
findAll() |
HostComponentDesiredStateEntity |
findByPK(HostComponentDesiredStateEntityPK primaryKey) |
HostComponentDesiredStateEntity |
merge(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
void |
refresh(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
void |
remove(HostComponentDesiredStateEntity hostComponentDesiredStateEntity) |
void |
removeByPK(HostComponentDesiredStateEntityPK primaryKey) |
public HostComponentDesiredStateEntity findByPK(HostComponentDesiredStateEntityPK primaryKey)
public List<HostComponentDesiredStateEntity> findAll()
public void refresh(HostComponentDesiredStateEntity hostComponentDesiredStateEntity)
public void create(HostComponentDesiredStateEntity hostComponentDesiredStateEntity)
public HostComponentDesiredStateEntity merge(HostComponentDesiredStateEntity hostComponentDesiredStateEntity)
public void remove(HostComponentDesiredStateEntity hostComponentDesiredStateEntity)
public void removeByPK(HostComponentDesiredStateEntityPK primaryKey)
Copyright © 2017. All rights reserved.