-->
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: Restrictions.in() leere Collection -> Exception
PostPosted: Wed Dec 16, 2009 8:00 am 
Newbie

Joined: Wed Dec 16, 2009 7:34 am
Posts: 1
Hallo,
ich bin auf folgendes unschöne Verhalten von Restrictions gestossen.
Wird

Code:
Restrictions.in("id", idCollection)


mit leerer idCollection verwendet, wird ein ungültiges SQL an die Datenbank abgesetzt:

Code:
id in ()


und damit ein SQL Fehler erzeugt.
Erwartet hätte ich aus Objektsicht: Bedingung nicht erfüllt -> leere Liste als Ergebnis.

Als Workaround: leere Collection gesondert behandeln.

Schöner wäre meiner Meinung nach:
Die Methode toSqlString in der Klasse InExpression im Fall
Code:
values.length==0
einen SqlString liefern lassen der eindeutig false ist.
Oder wenigstens die Bedingung "Collection darf nicht leer sein" in der API dokumentieren.

Gruß Uevchen


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