Uses of Interface
systextil.intg.api.DtoMaker
-
Uses of DtoMaker in systextil.intg.api
Methods in systextil.intg.api that return DtoMakerModifier and TypeMethodDescriptionDtoReader.getMaker()Fornece para esta instância oDtoMakerque ela deve usar.Methods in systextil.intg.api with parameters of type DtoMakerModifier and TypeMethodDescriptionstatic <DTO> List<DTO> DtoMaker.listarDados(PreparedStatement ps, DtoMaker<DTO> maker) Faz uma consulta ao banco de dados e retorna uma lista com os registros encontrados.static <DTO> List<DTO> DtoMaker.listarDados(ResultSet rs, DtoMaker<DTO> maker) Retorna uma lista com os registros encontrados em uma consulta ao banco de dados.Constructors in systextil.intg.api with parameters of type DtoMaker