I've never seen this <properties> before... Confusing. On Mon, Jul 13, 2009 at 8:24 PM, Fabio Maulo <[email protected]> wrote:
> what mean for you the <properties> tag ? > > 2009/7/13 Fernando Zago <[email protected]> > >> the "properties" tag are not generated in the schema database ? >> <class name="Test" table="Test"> >> <id name="ID" column="ID" type="long"> >> <generator class="identity" /> >> </id> >> >> <properties name="TestProperties"> >> <property name="T1" column="T1" type="string" /> >> <property name="T2" column="T2" type="string" /> >> <property name="T3" column="T3" type="string" /> >> <property name="T4" column="T4" type="string" /> >> </properties> >> </class> >> >> >> (new >> NHibernate.Tool.hbm2ddl.SchemaExport(nHibernateConfiguration)).Create(true, >> true); >> >> >> --- >> A vida me ensinou a nunca desistir, >> nem ganhar, nem perder mas procurar evoluir. >> Podem me tirar tudo que tenho! >> Só não podem me tirar as coisas boas que eu já fiz pra quem eu amo! >> E eu sou feliz e canto e o universo é uma canção eu vou que vou! >> >> >> > > > -- > Fabio Maulo > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
