Realize that I totally misunderstood the @inheritance properties.  I
was assuming that all subclasses would be store in super class, but
realize that it is the opposite.  So there is no actual meta data
being generated for the user table, but all the fields are put in the
metadata for subclass.

On Jan 27, 3:40 pm, Will Bunker <w...@thebunkers.com> wrote:
> I was wrong with my initial analysis.  I had assumed because a
> subclass was persisting that the super class would also.  When I try
> and add a User I get the meta/data missing also in local environment.
>
> I have narrowed it down to one line which triggers the problem:
>
> @Inheritance(strategy = InheritanceStrategy.SUBCLASS_TABLE)
> public class User implements PersistHooks {
>
> when I take out the @Inheritance then it finds the meta-data for the
> user class.  Is this a feature or a bug??

-- 
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.

Reply via email to