Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    This will come up with any mismatch between the default types used for criteria (which are designed to fully preserve the precision present in JavaScript's Number type) and the setters on a target bean, since Hibernate refuses to auto-convert.

    In all cases it can be fixed with the setProperties()/getProperties() cycle previously mentioned.

    It does not come up for values (as previously mentioned) which are already applied by setProperties().

    Comment

    Working...
    X