git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@22320 d1611594-4594-4d17-8e1d-87c2c4800839
parent
6f9c55879f
commit
5978bdc68a
|
@ -27,7 +27,7 @@ import javax.persistence.TemporalType;
|
||||||
* @author Rafael
|
* @author Rafael
|
||||||
*/
|
*/
|
||||||
@Entity
|
@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")
|
@Table(name = "INSTI_FINANCEIRA")
|
||||||
|
|
||||||
public class InstiFinanceira implements Serializable {
|
public class InstiFinanceira implements Serializable {
|
||||||
|
|
Loading…
Reference in New Issue