You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Rob Dennett <ro...@tmit1.org> on 2006/01/04 21:53:46 UTC

OT: Hibernate mapping for multi-dimensional Lists

Does anyone out there know how to construct a hibernate mapping for a member of type List<List<List<Foo>>>?

 

Thanks,

Rob


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.12/220 - Release Date: 1/3/2006
 

Re: Hibernate mapping for multi-dimensional Lists

Posted by Norbert Sándor <de...@erinors.com>.
As I know it's not supported. Create a "dummy" connector entity, so instead 
of

    List<List<Foo>>

use

    List<Bar>

where Bar has a property of List<Foo>.

I know it's not the same... :|

BR,
Norbi

----- Original Message ----- 
From: "Rob Dennett" <ro...@tmit1.org>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Wednesday, January 04, 2006 9:53 PM
Subject: OT: Hibernate mapping for multi-dimensional Lists


Does anyone out there know how to construct a hibernate mapping for a member 
of type List<List<List<Foo>>>?



Thanks,

Rob


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.12/220 - Release Date: 1/3/2006




--------------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.12/220 - Release Date: 2006. 01. 
03.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org