36 Commits (f5975dcf30997b9eca5f42348b58741bd59e59cd)

Author SHA1 Message Date
Scott McCrory 6018ef22a8 Replaced .cvsignore placeholders for package.html files (which also serve some doccumentary purpose). 21 years ago
Scott McCrory 9fc7717d20 Added .cvsignore as a placeholder so that CVS retains these directories upon checkout. 21 years ago
Ben Alex 2e51880608 Remove annotations after discussion with Matthew Porter. 21 years ago
Ben Alex ee3a14ab1b Improve logging. 21 years ago
Ben Alex 14e384051b Improve logging. 21 years ago
Ben Alex 0b6d0a5798 Remove finals - conflicts with CGLIB generated classes. 21 years ago
Ben Alex c1d156e363 Handle multiple Validators.support()ing a given class. 21 years ago
Ben Alex 307cd35b9c More fetching/initialization related fine-tuning. 21 years ago
Ben Alex 4f2f6a5004 Improve logging to detect mismatched Validator:Class combinations. 21 years ago
Ben Alex 32646b5581 More eager/lazy fetching optimisations. 21 years ago
Ben Alex c9fc2684ad Some initial fetching strategy comments. 21 years ago
Ben Alex c5101a259a Move to Hibernate 3.0.3. 21 years ago
Ben Alex 37983a0689 Refactor toString() so it doesn't break with lazy loaded associations. 21 years ago
Ben Alex 5dcbb416ec Add initialization support. 21 years ago
Ben Alex 0425724b4f Add services layer generics to Domain subproject. 21 years ago
Ben Alex 5f1cb77e40 Domain subproject Java 1.5 compatibility. 21 years ago
Ben Alex fa6924a373 Update project workspace settings to Java 1.5. NB: Maven remains at 1.3 compatibility for all subprojects except "domain". It is recommended the Eclipse "Problems" view be customised to not display items containing "Type Safety:" in their description. Developers should NOT introduce 1.5+ dependencies to any projects apart from "domain". 21 years ago
Ben Alex a68d720e88 Prepare for 0.9.0. 21 years ago
Ben Alex 4cf500763f Release 0.8.2. 21 years ago
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