Hello,
I set the property of an entity as unindexed. This property is not shown in
the local datastore viewer.
-Aswath
http://vs-accounting.appspot.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send e
Looks like you're using the JPA Extension annotation. If you're using JDO,
use javax.jdo.annotations.Extension.
On Wed, Dec 23, 2009 at 8:50 AM, Peter Ondruska wrote:
> I have set few properties unindexed like this:
>
>@Persistent
>@Extension(vendorName = "datanucleus", key = "ga
I have set few properties unindexed like this:
@Persistent
@Extension(vendorName = "datanucleus", key = "gae.unindexed", value =
"true")
private Float amount = 1.0f;
But I get this exception:
org.datanucleus.jdo.metadata.JDOAnnotationReader
processMemberAnnotations: Class