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: ICriteria/HQL question
PostPosted: Thu Sep 04, 2008 1:05 pm 
Newbie

Joined: Thu Sep 04, 2008 12:01 pm
Posts: 1
I have an object called Element (see class outline below) which contains a list of Child elements (which can contain a list of child elements).I would like to retrieve an Element from the DB, however I would like to retrieve only the children that meet a certain criteria (e.g Element.Name like %ton%) , how can this be accomplished via ICriteria/HQL ( I realize that I can do this via SQL)?

public abstract class Element : Domain
{

protected Element()
: base()
{
}


private IList<Element> _ChildElements;
private string Name;
}

TIA,
Vinny


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.