Package com.abiquo.server.core.cloud

Examples of com.abiquo.server.core.cloud.NodeVirtualImageDAO


    public StorageRep(final EntityManager entityManager)
    {
        this.deviceDAO = new StorageDeviceDAO(entityManager);
        this.diskManagementDAO = new DiskManagementDAO(entityManager);
        this.initiatorMappingDAO = new InitiatorMappingDAO(entityManager);
        this.nodeVirtualImageDAO = new NodeVirtualImageDAO(entityManager);
        this.poolDAO = new StoragePoolDAO(entityManager);
        this.rasdDAO = new RasdDAO(entityManager);
        this.rasdManagementDAO = new RasdManagementDAO(entityManager);
        this.tierDAO = new TierDAO(entityManager);
        this.volumeDAO = new VolumeManagementDAO(entityManager);
View Full Code Here

TOP

Related Classes of com.abiquo.server.core.cloud.NodeVirtualImageDAO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.