public interface ImageVmMapDAO extends GenericDao<image_vm_map,image_vm_map_id>
ImageVmMapDAO
defines a type for performing CRUD operations on instances of image_vm_map
.Modifier and Type | Method and Description |
---|---|
image_vm_map |
getByImageId(Guid imageId) |
List<image_vm_map> |
getByVmId(Guid vmId) |
remove, save, update
image_vm_map getByImageId(Guid imageId)
List<image_vm_map> getByVmId(Guid vmId)
Copyright © 2012. All Rights Reserved.