O código abaixo e referente a uma consulta, após buscar os dados tento alterar algun dado e ocorre o seguinte erro, qual a soçuçao?
erros:
Consulta: Erro:4 >= 4
Update: Erro:Could not execute JDBC batch update
Hibernate:
select
this_.id as id4_0_,
this_.Masp as Masp4_0_,
this_.Cpf as Cpf4_0_,
this_.Rg as Rg4_0_,
this_.DataEmissao as DataEmis5_4_0_,
this_.OrgaoEmissor as OrgaoEmi6_4_0_,
this_.Logradouro as Logradouro4_0_,
this_.Numero as Numero4_0_,
this_.Complemento as Compleme9_4_0_,
this_.Cep as Cep4_0_,
this_.Bairro as Bairro4_0_,
this_.TelefoneResidencial as Telefon12_4_0_,
this_.TelefoneCelular as Telefon13_4_0_,
this_.NomeContato as NomeCon14_4_0_,
this_.TelefoneContato as Telefon15_4_0_,
this_.Observacoes as Observa16_4_0_,
this_.Nome as Nome4_0_,
this_.Referencias as Referen18_4_0_
from
Erro:4 >= 4
tb_seplag this_
order by
this_.Nome asc
Hibernate:
update
tb_seplag
set
Masp=?,
Cpf=?,
Rg=?,
DataEmissao=?,
OrgaoEmissor=?,
Logradouro=?,
Numero=?,
Complemento=?,
Cep=?,
Bairro=?,
TelefoneResidencial=?,
TelefoneCelular=?,
NomeContato=?,
TelefoneContato=?,
Observacoes=?,
Nome=?,
Referencias=?
where
id=?
Erro:Could not execute JDBC batch update
Hibernate:
update
tb_seplag
set
Masp=?,
Cpf=?,
Rg=?,
DataEmissao=?,
OrgaoEmissor=?,
Logradouro=?,
Numero=?,
Complemento=?,
Cep=?,
Bairro=?,
TelefoneResidencial=?,
TelefoneCelular=?,
NomeContato=?,
TelefoneContato=?,
Observacoes=?,
Nome=?,
Referencias=?
where
id=?
Erro:Could not execute JDBC batch update
Hibernate:
update
tb_seplag
set
Masp=?,
Cpf=?,
Rg=?,
DataEmissao=?,
OrgaoEmissor=?,
Logradouro=?,
Numero=?,
Complemento=?,
Cep=?,
Bairro=?,
TelefoneResidencial=?,
TelefoneCelular=?,
NomeContato=?,
TelefoneContato=?,
Observacoes=?,
Nome=?,
Referencias=?
where
id=?
Erro:Could not execute JDBC batch update