carla 2012-10-31 13:17:17 +00:00
parent 6f9c55879f
commit 5978bdc68a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {