-->
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.  [ 1 post ] 
Author Message
 Post subject: OneToMany
PostPosted: Mon Apr 26, 2010 4:47 am 
Newbie

Joined: Sun Apr 25, 2010 11:17 pm
Posts: 1
Ich habe ein OneToMany mapping.
Bei Select ohne Einschränkungen und bei Select mit der Einschränkung auf der One Seite
sind die Ergebnisse korrekt.

Bei Select mit Einschränkung auf der One Seite und der Many Seite
wirkt die Einschränkung auf der Many Seite nicht.
Alle Manys zur selektierten One Seite sind im Set.

Hat jemand eine Idee ?
Habe zur Überprüfung auch das Beispiel von laliluna nachvollzogen, mit dem
gleichen Ergebnis.
Query
Query query1 = session.createQuery("from Stock a, StockDailyRecord b where a.stockId = 34 and " +
" b.dailyRecordId = 36 ");

Stock = One
StockDailyRecord = Many
Mapping im Stock
@OneToMany(fetch = FetchType.LAZY, mappedBy = "stock")
public Set<StockDailyRecord> getStockDailyRecords()

Mapping StockDailyRecord
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "STOCK_ID", nullable = false)

Ergebnis dürfte nur ein record im Set sein sind aber beide records.

Vielen Dank
pe


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

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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.