public class VmNetworkStatisticsDAODbFacadeImpl extends MassOperationsGenericDaoDbFacade<VmNetworkStatistics,Guid> implements VmNetworkStatisticsDAO
VmNetworkStatisticsDAODbFacadeImpl provides an implementation of VmNetworkStatisticsDAO.dbFacade, dialect, jdbcTemplate, RETURN_VALUE_PARAMETER| Constructor and Description |
|---|
VmNetworkStatisticsDAODbFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<VmNetworkStatistics> |
createEntityRowMapper()
Create a row mapper to map results to the entity.
|
protected org.springframework.jdbc.core.namedparam.MapSqlParameterSource |
createFullParametersMapper(VmNetworkStatistics stats)
Create a parameter mapper to map all entity fields to procedure parameters.
|
protected org.springframework.jdbc.core.namedparam.MapSqlParameterSource |
createIdParameterMapper(Guid id)
Create a parameter mapper to map the entity id to the id in the procedure parameters.
|
protected String |
getProcedureNameForGet() |
protected String |
getProcedureNameForGetAll() |
protected String |
getProcedureNameForRemove() |
protected String |
getProcedureNameForSave() |
protected String |
getProcedureNameForUpdate() |
updateAllcreateQueryCall, get, getAll, modify, remove, save, update, updategetCallsHandler, getCustomMapSqlParameterSource, setDbFacade, setDialect, setTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremove, save, updateupdateAllprotected String getProcedureNameForUpdate()
getProcedureNameForUpdate in class DefaultGenericDaoDbFacade<VmNetworkStatistics,Guid>protected String getProcedureNameForGet()
getProcedureNameForGet in class DefaultGenericDaoDbFacade<VmNetworkStatistics,Guid>protected String getProcedureNameForGetAll()
getProcedureNameForGetAll in class DefaultGenericDaoDbFacade<VmNetworkStatistics,Guid>protected String getProcedureNameForSave()
getProcedureNameForSave in class DefaultGenericDaoDbFacade<VmNetworkStatistics,Guid>protected String getProcedureNameForRemove()
getProcedureNameForRemove in class DefaultGenericDaoDbFacade<VmNetworkStatistics,Guid>protected org.springframework.jdbc.core.namedparam.MapSqlParameterSource createIdParameterMapper(Guid id)
DefaultGenericDaoDbFacadecreateIdParameterMapper in class DefaultGenericDaoDbFacade<VmNetworkStatistics,Guid>id - The entity to map id for.protected org.springframework.jdbc.core.namedparam.MapSqlParameterSource createFullParametersMapper(VmNetworkStatistics stats)
DefaultGenericDaoDbFacadecreateFullParametersMapper in class DefaultGenericDaoDbFacade<VmNetworkStatistics,Guid>stats - The entity to map parameters for.protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<VmNetworkStatistics> createEntityRowMapper()
DefaultGenericDaoDbFacadecreateEntityRowMapper in class DefaultGenericDaoDbFacade<VmNetworkStatistics,Guid>Copyright © 2012. All Rights Reserved.