-
Jun 28th, 2012, 01:45 PM
#1
MVC + mysql + hibernate: lazy loading
(after a database reverse engineer) does roo require an extra configuration to lazy load a collection?
aren't annotations enough?
likee
@ManyToOne(optional = false)
@OneToMany(mappedBy = "xxxxx", fetch = FetchType.LAZY)
@Fetch(FetchMode.SELECT)
-
Dec 3rd, 2012, 05:30 PM
#2
how can lazy loading with Roo be customized globally, and per entity, per relationship if possible and without the change being overridden by Roo. Please help!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules