From c14913afcb0de726801241e6b66533b52bce78a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Fri, 3 Sep 2010 02:20:01 -0400 Subject: Minor improvements to the data objects --- src/lq/Quote.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lq/Quote.java') diff --git a/src/lq/Quote.java b/src/lq/Quote.java index 8edefaa..7a65294 100644 --- a/src/lq/Quote.java +++ b/src/lq/Quote.java @@ -5,13 +5,14 @@ import com.google.appengine.api.datastore.Text; import java.util.ArrayList; import java.util.Date; import java.util.List; +import javax.jdo.annotations.Embedded; import javax.jdo.annotations.IdGeneratorStrategy; import javax.jdo.annotations.IdentityType; import javax.jdo.annotations.PersistenceCapable; import javax.jdo.annotations.Persistent; import javax.jdo.annotations.PrimaryKey; -@PersistenceCapable(identityType = IdentityType.APPLICATION) +@PersistenceCapable public class Quote { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) -- cgit v1.2.3