From 6f9c55879fef785ce8a7185286bd1d3bc9d55b6b Mon Sep 17 00:00:00 2001 From: carla Date: Wed, 31 Oct 2012 13:13:54 +0000 Subject: [PATCH] git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@22319 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java b/src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java index e349c0cb3..a5f2298a8 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java +++ b/src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java @@ -27,7 +27,7 @@ import javax.persistence.TemporalType; * @author Rafael */ @Entity -@SequenceGenerator(name = " INSTI_FINANCEIRA_SEQ", sequenceName = " INSTI_FINANCEIRA_SEQ", allocationSize = 1) +@SequenceGenerator(name = " INSTI_FINANCEIRA_SEQ", sequenceName = "INSTI_FINANCEIRA_SEQ", allocationSize = 1) @Table(name = "INSTI_FINANCEIRA") public class InstiFinanceira implements Serializable {