Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
FetchType LAZY is used when you only want that the related data to be loaded based on your request .It is loaded based when you call get function .You have to decide when you use EAGER or LAZY fetch type .You have to make your choice based on your system requirements which should specify your data model .