-->
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: affect on performance hibernate
PostPosted: Sun Aug 16, 2009 5:09 pm 
Newbie

Joined: Wed Aug 12, 2009 6:07 am
Posts: 2
Hello,

In my application I use pretty complex model (there are many sets, many fields etc in each class), let's say there is a big class Project:

class Project {
//fields with setters and getters

}

Unfortunately, i need to use my own JTree(its' desktop application, using Swing and Hibernate) model dedicated to my Project class, and it forces me to do so :

class Project implements Serializable {
//fields with setters and getters

}

(without clause implements it doesn't work properly when I want to Drag&Drop nodes in this JTree)

It's obvious that I also needed to add implements Serializable to all of the classes which HAS Project(like ProjectState and many more).
And here's my question:
Can it seriously affect the performance of my application?
Or even: Does adding clause implements Serializable changes anything?

Please help,

j.k


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.