public interface StorageServerConnectionLunMapDAO extends GenericDao<LUN_storage_server_connection_map,LUN_storage_server_connection_map_id>
StorageServerConnectionLunMapDAO
defines a type that performs CRUD operations on instances of
LUN_storage_server_connection_map
.Modifier and Type | Method and Description |
---|---|
List<LUN_storage_server_connection_map> |
getAll(String lunId)
get all maps for a given LUN id.
|
remove, save, update
List<LUN_storage_server_connection_map> getAll(String lunId)
lunId
- LUN id.Copyright © 2012. All Rights Reserved.