-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Wie kann ich mit Hibernat Daten aus Views einlesen
PostPosted: Thu May 29, 2008 9:21 am 
Newbie

Joined: Thu May 29, 2008 4:19 am
Posts: 2
Ich muss aus Views Daten mit Hibernate einlesen.

Die Annotation

@Table(name "V_KUNDE")
@Column(name = "NAME", insertable= false, updatable=false)

Funktioniert nur auf Tabellen aber auf view nicht.

wenn ich diese Annotation mit der Tabelle "KUNDE" benutze, dann funktioniert es. Benutze ich die gleiche Annotation mit der View "V_KUNDE", die auch das gleiche Attribut "NAME" hat, dann funktioniert es NICHT.

Kann jemand mir Helfen !
Funktioniert die @Table Annotation nur mit Tabellen und mit Views nicht? Welche Annotation muss ich benutzen?


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 30, 2008 12:38 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
sollte eigentlich ganz normal gehen. Der Fehler liegt vermutlich woanders.

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 31, 2008 2:26 am 
Newbie

Joined: Thu May 29, 2008 4:19 am
Posts: 2
Danke,

tatsäschlich lag der Fehler wo anders. und zwar an dieser Zeile in der persistence.xml Datei

<property name="hibernate.hbm2ddl.auto" value="validate" />

Wenn ich statt "validate" update oder die Zeile komplett entferne, funktioniert es. mit Validate funktioniert es aber anicht.


Danke


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 02, 2008 12:51 pm 
Pro
Pro

Joined: Tue Jun 12, 2007 4:13 am
Posts: 209
Location: Berlin, Germany
Ramses II wrote:
Danke,

<property name="hibernate.hbm2ddl.auto" value="validate" />

Wenn ich statt "validate" update oder die Zeile komplett entferne, funktioniert es. mit Validate funktioniert es aber nicht.


Tja, darüber bin ich auch schon gestolpert. Hibernate's Validierung des Mappings auf das tatsächliche DB-Schema ist insofern fehlerhaft, als es Views nicht berücksichtigt.

Carlo


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.