Package com.abiquo.server.core.infrastructure.network

Examples of com.abiquo.server.core.infrastructure.network.NetworkInterfaceDAO


        this.vlanDao = new VLANNetworkDAO(entityManager);
        this.ipPoolDao = new IpPoolManagementDAO(entityManager);
        this.dhcpOptionDAO = new DhcpOptionDAO(entityManager);
        this.virtualMachineDao = new VirtualMachineDAO(entityManager);
        this.netServiceTypeDAO = new NetworkServiceTypeDAO(entityManager);
        this.niDAO = new NetworkInterfaceDAO(entityManager);
    }
View Full Code Here

TOP

Related Classes of com.abiquo.server.core.infrastructure.network.NetworkInterfaceDAO

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.