carla 2012-10-31 13:13:54 +00:00
parent 9e08ce99b0
commit 6f9c55879f
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 {