Quantcast
Viewing all articles
Browse latest Browse all 759

Persistência usando TABLE_PER_CLASS com tables @id distintas

@Maycon_Ricardo escreveu:

Fala Devs beleza, seguinte estou usando o TABLE_PER_CLASS para criar duas tabelas utilizando como herança os campos iguais,certo consegui fazer isso, mais deparei com um problema em outras tabelas onde o tipo da PK é diferente, e com isso da erro:

Error Msg = ORA-01790 : a expressão deve ter o mesmo tipo de dados da expressão correspondente

@Entity
@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
public abstract class PlanningPublication  {

    @NotNull
    @Column(name = "NUM_ANO")
    private Integer year;

}
@Entity
@Table(name = "A15_PLANEJ_PUBL")
public class PlanningPublicationClassic extends PlanningPublication {

    @Id
    @NotNull
    @Column(name = "NUM_MANU")
    private String  manual;                   // esse é var no bd

    @Column(name = "NUM_DIA")
    private Integer day;

}
@Entity
@Table(name = "EPR_BAS_PLANEJ_PUBL")
public class PlanningPublicationProgram extends PlanningPublication {

    @Id
    @NotNull
    @Column(name = "NUM_MANU")
    private Integer  manual;     // esse é number no bd

    @Column(name = "DAT_PLANEJ", columnDefinition = "DATETIME")
    private LocalDateTime plannerDate;

}

Dessa forma que postei não funciona pois o PlanningPublication precisa de uma @id e não tem como eu unificar pois são tipos diferentes, se fosse igual funciona. Se eu colocar um tipo so por exemplo String ele mostra a msn inicial.

Desde já agradeço!

Mensagens: 1

Participantes: 1

Ler tópico completo


Viewing all articles
Browse latest Browse all 759

Trending Articles


FORECLOSURE OF REAL ESTATE MORTGAGE


Girasoles para colorear


tagalog love Quotes – Tiwala Quotes


OFW quotes : Pinoy Tagalog Quotes


Long Distance Relationship Tagalog Love Quotes


Patama tagalog quotes – Move On Quotes


Ligaw Quotes – Courting Quotes – Sweet Tagalog Quotes


Hugot Lines 2020 Patama : ML Edition


RE: Mutton Pies (frankie241)


EASY COME, EASY GO


Pokemon para colorear


Sapos para colorear


Maganda Quotes – tagalog Quotes – Inggit Quotes


“Tado” Jimenez Quotes Collections Online


Patama Quotes – Tanga love tagalog quotes


Mga Patama sa mga Nagmamahal the Best Tagalog love quotes for you


5 Tagalog Relationship Rules


Re:Mutton Pies (lleechef)


Vimeo 10.7.0 by Vimeo.com, Inc.


Vimeo 10.7.1 by Vimeo.com, Inc.



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>