Re: [appengine-java] Seeing owned/child entities in the datastore viewer

2010-02-08 Thread Daniel Benamy
Thanks for the reply!

http://code.google.com/p/googleappengine/issues/detail?id=2745

Dan

On Mon, Feb 8, 2010 at 2:48 PM, Ikai L (Google)  wrote:
> Sounds like a pretty cool feature. Go ahead and add it to our feature
> request list:
> http://code.google.com/p/googleappengine/issues/list?can=2&q=datastore+viewer
>
> On Tue, Feb 2, 2010 at 8:10 PM, Daniel Benamy  wrote:
>>
>> Hi,
>>
>> I'm trying to find a way to see the relationships between entities in
>> the data store viewer. If I have:
>> class A {
>>    B foo;
>> }
>> and I'm looking at an instance of A in the data store viewer, is there
>> any way for me to find its B? I feel like this should be pretty simple
>> and maybe I'm just missing something dumb but I've searched a bunch
>> and can't figure this out. I know I can work backwards and find a
>> parent from its child by decoding its key. But my app can obviously go
>> the other way and it would make my life easier if I could too. Can
>> anyone help?
>>
>> Thanks,
>> Dan
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine for Java" group.
>> To post to this group, send email to
>> google-appengine-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>
>
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> http://googleappengine.blogspot.com | http://twitter.com/app_engine
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Seeing owned/child entities in the datastore viewer

2010-02-08 Thread Ikai L (Google)
Sounds like a pretty cool feature. Go ahead and add it to our feature
request list:

http://code.google.com/p/googleappengine/issues/list?can=2&q=datastore+viewer

On Tue, Feb 2, 2010 at 8:10 PM, Daniel Benamy  wrote:

> Hi,
>
> I'm trying to find a way to see the relationships between entities in
> the data store viewer. If I have:
> class A {
>B foo;
> }
> and I'm looking at an instance of A in the data store viewer, is there
> any way for me to find its B? I feel like this should be pretty simple
> and maybe I'm just missing something dumb but I've searched a bunch
> and can't figure this out. I know I can work backwards and find a
> parent from its child by decoding its key. But my app can obviously go
> the other way and it would make my life easier if I could too. Can
> anyone help?
>
> Thanks,
> Dan
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Seeing owned/child entities in the datastore viewer

2010-02-02 Thread Daniel Benamy
Hi,

I'm trying to find a way to see the relationships between entities in
the data store viewer. If I have:
class A {
B foo;
}
and I'm looking at an instance of A in the data store viewer, is there
any way for me to find its B? I feel like this should be pretty simple
and maybe I'm just missing something dumb but I've searched a bunch
and can't figure this out. I know I can work backwards and find a
parent from its child by decoding its key. But my app can obviously go
the other way and it would make my life easier if I could too. Can
anyone help?

Thanks,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.