Quantcast
Channel: GUJ - Tópicos com a tag hibernate
Viewing all articles
Browse latest Browse all 759

Erro ao inserir uma nova entidade com chave primária composta

$
0
0

@MauNunes escreveu:

O erro abaixo ocorre quando tento inserir um novo registro na tabela. Essa tabela possui duas chaves primárias, sendo uma delas um sequencial.
No sql gerado do insert ele adiciona o campo AGE024_SERVICE_TYPE_K no insert, o que em teoria está errado. A questão é porque ele adiciona o camo no insert sendo que o mesmo está mapeado.

O mapeamento está sendo feito da seguinte forma:

Classe ID

   @Embeddable
    public class ServiceTypeId implements Serializable {
    	
    	@ManyToOne(cascade= {CascadeType.PERSIST, CascadeType.MERGE}, fetch=FetchType.LAZY)
    	@JoinColumn(name="AGE024_AGE901_DIVISION_K")
    	private Division division;
    	
        @GeneratedValue(strategy=GenerationType.IDENTITY)
    	@Column(name="AGE024_SERVICE_TYPE_K")
    	private Integer id;

Entity

@Entity
@Table(name="MAGE024_SERVICE_TYPE")
@SuppressWarnings("serial")
@JsonIgnoreProperties({"hibernateLazyInitializer", "handler"})
public class ServiceType implements Serializable {
	
	@EmbeddedId
	private ServiceTypeId id;

“Cannot insert explicit value for identity column in table ‘MAGE024_SERVICE_TYPE’ when IDENTITY_INSERT is set to OFF”

Mensagens: 1

Participantes: 1

Ler tópico completo


Viewing all articles
Browse latest Browse all 759

Trending Articles


Girasoles para colorear


mayabang Quotes, Torpe Quotes, tanga Quotes


Tagalog Quotes About Crush – Tagalog Love Quotes


OFW quotes : Pinoy Tagalog Quotes


Long Distance Relationship Tagalog Love Quotes


Tagalog Quotes To Move on and More Love Love Love Quotes


5 Tagalog Relationship Rules


Best Crush Tagalog Quotes And Sayings 2017


Re:Mutton Pies (lleechef)


FORECLOSURE OF REAL ESTATE MORTGAGE


Sapos para colorear


tagalog love Quotes – Tiwala Quotes


Break up Quotes Tagalog Love Quote – Broken Hearted Quotes Tagalog


Patama Quotes : Tagalog Inspirational Quotes


Pamatay na Banat and Mga Patama Love Quotes


Tagalog Long Distance Relationship Love Quotes


BARKADA TAGALOG QUOTES


“BAHAY KUBO HUGOT”


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>