Class BackofficeSubsystemRepository.BackofficeSubsystemRowMapper
java.lang.Object
es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository.BackofficeSubsystemRowMapper
- All Implemented Interfaces:
org.springframework.jdbc.core.ResultSetExtractor<List<BackofficeSubsystems>>
- Enclosing class:
BackofficeSubsystemRepository
private static class BackofficeSubsystemRepository.BackofficeSubsystemRowMapper
extends Object
implements org.springframework.jdbc.core.ResultSetExtractor<List<BackofficeSubsystems>>
Mapper class to extract
BackofficeSubsystems from query.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static BackofficeSubsystemRepository.BackofficeSubsystemRowMapperStatic instance. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
instance
Static instance.
-
-
Constructor Details
-
BackofficeSubsystemRowMapper
private BackofficeSubsystemRowMapper()
-
-
Method Details
-
extractData
public List<BackofficeSubsystems> extractData(ResultSet rs) throws SQLException, org.springframework.dao.DataAccessException - Specified by:
extractDatain interfaceorg.springframework.jdbc.core.ResultSetExtractor<List<BackofficeSubsystems>>- Throws:
SQLExceptionorg.springframework.dao.DataAccessException
-