Package | Description |
---|---|
org.ovirt.engine.core.dao |
Modifier and Type | Interface and Description |
---|---|
interface |
DiskDao |
interface |
DiskImageDAO
DiskImageDAO defines a type for performing CRUD operations on instances of DiskImage . |
interface |
DiskImageDynamicDAO |
interface |
DiskImageTemplateDAO |
interface |
GenericDao<T extends BusinessEntity<ID>,ID extends Serializable>
Generic Data Access Object which contains both methods to read entities (from
ReadDao ) and to modify entities
(from ModificationDao ). |
interface |
ImageVmMapDAO
ImageVmMapDAO defines a type for performing CRUD operations on instances of image_vm_map . |
interface |
NetworkDAO
NetworkDAO defines a type for performing CRUD operations on instances of network . |
interface |
PermissionDAO
PermissionsDAO defines a type for performing CRUD operations on instances of permissions . |
interface |
RoleDAO
RoleDAO defines a type for performing CRUD operations on instances of roles . |
interface |
StorageDomainDynamicDAO |
interface |
StorageDomainStaticDAO |
interface |
StoragePoolDAO
StoragePoolDAO defines a type for performing CRUD operations on instances of storage_pool . |
interface |
StoragePoolIsoMapDAO
StoragePoolIsoMap DAO
|
interface |
StorageServerConnectionLunMapDAO
StorageServerConnectionLunMapDAO defines a type that performs CRUD operations on instances of
LUN_storage_server_connection_map . |
interface |
VdsDynamicDAO
VdsDynamicDAO defines a type that performs CRUD operations on instances of VDS . |
interface |
VdsSpmIdMapDAO
VdsSpmIdMapDAO defines a type that performs CRUD operations on instances of vds_spm_iso_map . |
interface |
VdsStaticDAO
VdsStaticDAO defines a type that performs CRUD operations on instances of VDS . |
interface |
VdsStatisticsDAO
VdsStatisticsDAO defines a type that performs CRUD operations on instances of VDS . |
interface |
VmDynamicDAO |
interface |
VmNetworkInterfaceDAO
VmNetworkInterfaceDAO defines a type for performing CRUD operations on instances of
VmNetworkInterface . |
interface |
VmNetworkStatisticsDAO
VmNetworkStatisticsDAO defines a type for performing CRUD operations on instances of
VmNetworkStatistics . |
interface |
VmStaticDAO |
interface |
VmStatisticsDAO |
interface |
VmTemplateDAO
VmTemplateDAO defines a type for performing CRUD operations on instances of VmTemplate . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGenericDaoDbFacade<T extends BusinessEntity<ID>,ID extends Serializable>
Implementation for the
GenericDao which provides a default implementation for all the methods which only
requires extending classes to provide procedure names and relevant mapper classes. |
class |
DiskDaoDbFacadeImpl |
class |
DiskImageDAODbFacadeImpl
DiskImageDAODbFacadeImpl provides an implementation of DiskImageDAO that uses previously
developed code from DbFacade . |
class |
DiskImageDynamicDAODbFacadeImpl
JDBC template based implementation of DiskImageDynamicDAO
|
class |
DiskImageTemplateDAODbFacadeImpl
DiskImageTemplate jdbc template DAO implementation
|
class |
ImageVmMapDAODbFacadeImpl
ImageVmMapDAODbFacadeImpl provides an implementation of ImageVmMapDAO that uses previously
developed code from DbFacade. |
class |
MassOperationsGenericDaoDbFacade<T extends BusinessEntity<ID>,ID extends Serializable>
Implementation for the
MassOperationsDao which provides a default
MassOperationsDao.updateAll(Collection) method that uses the
DefaultGenericDaoDbFacade.update(SimpleJdbcCallOperations, BusinessEntity) method in a more smart way,
reusing the SimpleJdbcCallOperations . |
class |
NetworkDAODbFacadeImpl
NetworkDAODbFacadeImpl provides a concrete implementation of NetworkDAO based on code refactored
from DbFacade . |
class |
PermissionDAODbFacadeImpl
PermissionsDAODbFacadeImpl provides a concrete implementation of PermissionDAO using code from
DbFacade. |
class |
RoleDAODbFacadeImpl
|
class |
StorageDomainDynamicDAODbFacadeImpl |
class |
StorageDomainStaticDAODbFacadeImpl |
class |
StoragePoolDAODbFacadeImpl
StoragePoolDAODbFacadeImpl provides a concrete implementation of StoragePoolDAO based on code
from DbFacade . |
class |
StoragePoolIsoMapDAODbFacadeImpl |
class |
StorageServerConnectionLunMapDAODbFacadeImpl
StorageServerConnectionLunMapDAODbFacadeImpl provides an implementation of LUN_storage_server_connection_map
based on code from DbFacade . |
class |
VdsDynamicDAODbFacadeImpl
|
class |
VdsSpmIdMapDAODbFacadeImpl
VdsSpmIdMapDAODbFacadeImpl provides an implementation of VdsSpmIdMapDAO that uses previously written code from
DbFacade . |
class |
VdsStaticDAODbFacadeImpl
VdsDAODbFacadeImpl provides an implementation of VdsDAO that uses previously written code from
DbFacade . |
class |
VdsStatisticsDAODbFacadeImpl
|
class |
VmDynamicDAODbFacadeImpl |
class |
VmNetworkInterfaceDAODbFacadeImpl
VmNetworkInterfaceDAODbFacadeImpl provides an implementation of VmNetworkInterfaceDAO . |
class |
VmNetworkStatisticsDAODbFacadeImpl
VmNetworkStatisticsDAODbFacadeImpl provides an implementation of VmNetworkStatisticsDAO . |
class |
VmStaticDAODbFacadeImpl |
class |
VmStatisticsDaoDbFacadeImpl |
class |
VmTemplateDAODbFacadeImpl
VmTemplateDAODbFacadeImpl provides a concrete implementation of VmTemplateDAO . |
Copyright © 2012. All Rights Reserved.