query optimizations

This commit is contained in:
Jeremie Panzer
2013-03-27 10:46:30 +01:00
parent 4882c39aca
commit f5a32fce13
4 changed files with 8 additions and 12 deletions

View File

@@ -5,7 +5,6 @@ import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Lob;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
@@ -23,7 +22,7 @@ public class FeedEntry extends AbstractModel {
@Column(length = 2048)
private String guid;
@ManyToOne(fetch = FetchType.EAGER)
@ManyToOne
private Feed feed;
@Column(length = 2048)