Hi Francis, the transient keyword tells Orient to skip the class attribute so it won't generate the schema but won't also store its data.
2014-02-18 13:00 GMT+01:00 Francis West <[email protected]>: > Thanks! > > I've updated the wiki to avoid this being asked again. > > Regards > Francis > > On 18/02/14 11:17, Luca Garulli wrote: > >> Hi, >> yes: just set them as transient (Java keyword). >> >> Lvc@ >> >> >> >> On 18 February 2014 11:36, Francis West <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hello, >> >> I am using: >> >> >> db.setAutomaticSchemaGeneration(true); >> db.getEntityManager().registerClass(Foo.class); >> >> >> I was wondering if it is possible to ignore a certain fields during >> schema generations? >> >> Thanks >> Francis >> >> -- >> >> --- >> You received this message because you are subscribed to the Google >> Groups "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, >> send an email to [email protected] >> <mailto:orient-database%[email protected]>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> -- >> >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "OrientDB" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/orient-database/-jo7PcgLU5w/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > > --- You received this message because you are subscribed to the Google > Groups "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Luca Molino -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
