17 Commits (4e1649c2b7ee86eb6e7129bd7f77f4e49a93ccdd)

Author SHA1 Message Date
Ben Alex 4d15375421 Update to match Spring 1.2-RC2's Hibernate version. 21 years ago
Ben Alex 28a960cfab Handle null domain ojbect (useful if a search didn't find a match). 21 years ago
Ben Alex cea4bf11d1 Add scrollWithSubclasses() method. 21 years ago
Ben Alex 958a45af69 Refactor to use an inner class, as per the standard Java SDK Iterator implementations. 21 years ago
Ben Alex 5fdcbe1ec4 Refactor to use the application context as the source of Validators. This is appropriate as manual control over Validator instance creation and wiring is often necessary (not autowiring). This is particularly the case when dealing with DefaultAdvisorAutoProxyCreator, which excludes collaborating beans from being advice candidates. 21 years ago
Ben Alex 018f625e85 Prevent infinite loops, and add logging. 21 years ago
Ben Alex 514137218e Upgrade to Hibernate 3.0 final release. 21 years ago
Matthew Porter 9723ac61c6 Add createOrUpdate to methods (by default). 21 years ago
Matthew Porter 625efa4782 Check to ensure the child object returned is not null before adding to list of child objects to validate. 21 years ago
Matthew Porter 8fb3a8bf88 Change sequence to native for more db cross platform. 21 years ago
Ben Alex 3f6c5f7cb1 Bug fixes. 21 years ago
Ben Alex a2d68e4fc5 Hibernate 3 refactorings. 21 years ago
Ben Alex 9b90df1812 Refactor to allow IntrospectionManagers to query a shared Validator map. 21 years ago
Matthew Porter 2f2c6bc3d8 Change createOrUpdate() to use Hibernate session.saveOrUpdate(). 21 years ago
Matthew Porter 1e896c14d6 Change clone() method to throw CloneNotSupportedException. 21 years ago
Ben Alex b800ad3e8b Initial commit. 21 years ago
Ben Alex cf241fb9ae Initial commit. 21 years ago