instead use the attribute 'column' you can use the node <column> and specify the sql-type: <property name="Notes" type="Serializable"> <column name="`Notes`" sql-type="here the type of Firebird" /> </property>
2010/1/25 theghost <[email protected]> > Hi, > I have a property mapping as follows: > > <property name="Notes" column="`Notes`" type="Serializable" /> > > When I generate the database using GenerateSchemaCreationScrip > > I get blob of subtype 0 (binary) and segment size of 80. > > Is there any way to control these field properties via the mapping > file when using NHibernate? > > thanks, > John > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- 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.
