-->
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.  [ 2 posts ] 
Author Message
 Post subject: where ... in getter-methode
PostPosted: Fri Jan 11, 2008 2:39 pm 
Newbie

Joined: Fri Jan 11, 2008 2:23 pm
Posts: 1
hallo,

folgendes beispiel

class Person{
private String firstname;
......

private boolean deleted;

}

class Company {
...
private List<Person> persons;
...
public List<Persons> getPersons(){}

}

aus einem bestimmten grund möchte ich personen nicht löschen sondern nur deleted true setzen. gibt es eine möglichkeit, dass ich nur diejenigen Personen bekomme,bei denen deleted false ist wenn ich getPersons aufrufe.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 14, 2008 7:25 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Frage 1 kann vermutlich mit Interceptor bzw. EventListener gesteuert werden. Mehr Infos gibt es in der Referenz und im test package der Hibernate Quellen.

Frage 2 geht meiner Meinung nach auch. Bei Annotation bin ich mir nicht ganz sicher, aber bei XML gibt es ein where Attribut.

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


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

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.