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