public class DiskImageDynamicDAODbFacadeImpl extends MassOperationsGenericDaoDbFacade<DiskImageDynamic,Guid> implements DiskImageDynamicDAO
dbFacade, dialect, jdbcTemplate, RETURN_VALUE_PARAMETER| Constructor and Description |
|---|
DiskImageDynamicDAODbFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<DiskImageDynamic> |
createEntityRowMapper()
Create a row mapper to map results to the entity.
|
protected org.springframework.jdbc.core.namedparam.MapSqlParameterSource |
createFullParametersMapper(DiskImageDynamic entity)
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 getProcedureNameForGet()
getProcedureNameForGet in class DefaultGenericDaoDbFacade<DiskImageDynamic,Guid>protected String getProcedureNameForGetAll()
getProcedureNameForGetAll in class DefaultGenericDaoDbFacade<DiskImageDynamic,Guid>protected String getProcedureNameForSave()
getProcedureNameForSave in class DefaultGenericDaoDbFacade<DiskImageDynamic,Guid>protected String getProcedureNameForRemove()
getProcedureNameForRemove in class DefaultGenericDaoDbFacade<DiskImageDynamic,Guid>protected String getProcedureNameForUpdate()
getProcedureNameForUpdate in class DefaultGenericDaoDbFacade<DiskImageDynamic,Guid>protected org.springframework.jdbc.core.namedparam.MapSqlParameterSource createIdParameterMapper(Guid id)
DefaultGenericDaoDbFacadecreateIdParameterMapper in class DefaultGenericDaoDbFacade<DiskImageDynamic,Guid>id - The entity to map id for.protected org.springframework.jdbc.core.namedparam.MapSqlParameterSource createFullParametersMapper(DiskImageDynamic entity)
DefaultGenericDaoDbFacadecreateFullParametersMapper in class DefaultGenericDaoDbFacade<DiskImageDynamic,Guid>entity - The entity to map parameters for.protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<DiskImageDynamic> createEntityRowMapper()
DefaultGenericDaoDbFacadecreateEntityRowMapper in class DefaultGenericDaoDbFacade<DiskImageDynamic,Guid>Copyright © 2012. All Rights Reserved.