Hi Lisandroc, More info about about jdoconfig.xml @ http://code.google.com/appengine/docs/java/datastore/usingjdo.html#Setting_Up_JDO
regards didier On Sep 4, 3:11 pm, lisandrodc <[email protected]> wrote: > BD really is Data Base ( excuses, I said it to you in Spanish...)... > I am using JDO but he says a mistake to me saying that > I have to form the files xml. In that folder I must put them? > With that it names? Example? > The headlines of the classes(This me does not work): > > @PersistenceCapable(identityType = > IdentityType.APPLICATION,detachable="true") > @Inheritance(strategy = InheritanceStrategy.SUBCLASS_TABLE) > public class RegFechaUsuario extends Fecha implements Serializable { > (Key does not have, not if this is nice) > .... > .... > @PersistenceCapable(identityType = IdentityType.APPLICATION, > detachable = "true") > public class Fecha implements Serializable { > > @PrimaryKey > @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) > private Key id; > ..... > > Regards > Lisandro > > On 4 sep, 03:45, I am using JDO but he says a mistake to me saying > that I have to form the files xml. In that folder I must put them? > With that it names? Example?David Sowerby <[email protected]> > wrote: > > > What is BD? > > > The code you depends on which method of communicating to the datastore > > you use: JPA, JDO, Objectify, Twig for example. Which have you > > chosen? > > > On Sep 4, 12:01 am, lisandrodc <[email protected]> wrote: > > > > Thanks, David. > > > If you say that inheritance works to persist in the BD. > > > Will you have some example in code? > > > Regards > > > Lisandro > > > > On 3 sep, 16:35, David Sowerby <[email protected]> wrote: > > > > > I am sorry I cannot read Spanish, but inheritance definitely works. > > > > > On Sep 3, 12:10 am, lisandrodc <[email protected]> wrote: > > > > > > Hi! > > > > > Someone has some code working correctly that uses inheritance? Since > > > > > in the link: > > > > > >http://code.google.com/intl/es/appengine/docs/java/datastore/relation... > > > > > He does not say anything in the matter... > > > > > > Regards > > > > > Lisandro -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
