search results

  1. I am having issues saving very long strings to the database using NHibernate. The strings are being truncated to 43,680 characters. The string is a very long XML ...
    stackoverflow.com/questions/15278811/​nhibernate-is... - Cached
  2. My web-app (.net v4) uses nHibernate to save values back to the (sql08 R2) db. ... NHibernate is truncating long strings when saving. question feed.
    stackoverflow.com/.../nhibernate-​crashes-saving-300...string - Cached
  3. Recently I’ve switched some of my applications from NHibernate 2.1 ... the mapping of long string ... explictly it will truncate at the specified ...
    www.primordialcode.com/.../​nhibernate...long-string-fields - Cached
  4. Printable version of post NHibernate ... on mapping very long string ... specify the length explictly it will truncate at the specified limit instead of ...
    www.primordialcode.com/.../​nhiberna te...long-string-fields - Cached
  5. When we pass an object to a Session.save() method, Hibernate reads the ... { . import org.hibernate. String hql ... { Session sess = null. new Long(1)).hibernate. ...
    www.scribd.com/doc/49775415/Hibernate - Cached
    More results from scribd.com »
  6. <hibernate -mapping> <class ... private Long ProductID; private Str ing ... in the other case I save a formatted date both actually truncating the time value of the ...
    forum.hibernate.org/​viewtopic.php?f=1&t=997323&... - Cached
  7. ... pk.setName(\"PK\"); pk .setKittens( new HashSet() ); pk.addKitten(fritz); sess.save( pk, new Long ... rather than building query strings. Hibernate provides ...
    docs.jboss.org/hibernate/core/3.3/​reference/en/html/... - Cached
  8. Chapter 1. NHibernateEg.Tutorial1A - SourceForge - Download ...

    You can also change the related Connection String if ... so that it can live as long as your application ... public void Save(Order o) { NHibernate.ISession ...
    nhibernate.sourceforge.net/NHibernateEg/​NHibernateEg... - Cached
  9. NHibernate : Could not insert ... of the records failing to save. The error message was “String or ... inserting a text string which was too long for the ...
    thelongwayback.wordpress.com/2010/08/26/​nhibernate-could... - Cached
  10. Is there an easy way to automatically truncate strings using fluent nHibernate mappings. ... command will have some long lines. ... nhibernate \'save\' -> \'get\' problem.
    nh.runcode.us/q/nhibernate-nvarchar-​ntext-truncation-problem - Cached