[hibernate-dev] Where is annotation <-> column name mapped?

2011-12-06 Thread Paweł Stawicki
Hello, I'm trying to fix some bug on Hibernate (https://hibernate.onjira.com/browse/HHH-6580), and I need to get following information: 1. Which property is an entity ID? 2. Which column name in table corresponds to this property? What class/object has this information? I spent few hours on it,

Re: [hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-06 Thread Alex Snaps
Hey Sanne, I started creating the layout for the hibernate-ogm-ehcache module. Now I stumbled on something, given I'm no maven expert, I think might not be quite right: from the parent project, it couldn't resolve the dependency to hibernate-ogm-core, so I first had to install that from the ./hiber

Re: [hibernate-dev] HHH-1123 - Cannot put more than 1000 elements in a InExpression

2011-12-06 Thread Steve Ebersole
On Tue 06 Dec 2011 09:00:00 AM CST, David Mansfield wrote: > I guess if you use session.load instead of session.get you won't get > 10,000 queries over the network if batch fetching is enabled, which > does exactly what the original issue discusses, it splits the "in" > clause into chunks and execu

Re: [hibernate-dev] HHH-1123 - Cannot put more than 1000 elements in a InExpression

2011-12-06 Thread David Mansfield
On 12/05/2011 04:44 PM, Steve Ebersole wrote: > On Mon 05 Dec 2011 12:59:19 PM CST, David Mansfield wrote: >> While I do agree wholeheartedly with most of what you say, I do think >> it's unfair to say that the requirement is "fundamentally broken". That >> label should be reserved for SQL itsel

[hibernate-dev] Hibernate Developer Weekly IRC Meeting - 12/6

2011-12-06 Thread Steve Ebersole
[08:46] Meeting ended Tue Dec 6 14:46:30 2011 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) [08:46] Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2011/hibernate-dev.2011-12-06-14.03.html [08:46] Minutes (text): http://transcripts

Re: [hibernate-dev] HHH-1123 - Cannot put more than 1000 elements in a InExpression

2011-12-06 Thread Max Rydahl Andersen
> While I do agree wholeheartedly with most of what you say, I do think it's > unfair to say that the requirement is "fundamentally broken". That label > should be reserved for SQL itself ;-) ok, let me rephrase "its a fundamentally broken way to do queries knowing how majority of all relatio