66 Commits (12c78791de53a1821e77c1136acd64eaff94de53)

Author SHA1 Message Date
Ben Alex 12c78791de Refactored. NB: This code is unsupported and illustrates non-anemic domain objects that do not leverage transparent persistence capabilities (I recommend you use transparent persistence capabilities where possible - I hope to check in different packages with new patterns in due course). 20 years ago
Ben Alex 7aa8d98a65 Finish RC2 release, prepare snapshot again. 20 years ago
Ben Alex ee78570902 Prepare to release 1.0.0 RC2. 20 years ago
Ben Alex 96196bd637 SEC-179: Upgrade to Spring 2.0-M2. 20 years ago
Matthew Porter 53dcdf7e89 If childObject is a collection, add the objects in the collection. 20 years ago
Carlos Sanchez b0d65259b6 Changed groupId to org.acegisecurity 20 years ago
Carlos Sanchez 27efd13532 Set version to 1.0.0-SNAPSHOT preparing for next version 20 years ago
Carlos Sanchez f226dfb67f Use ISO encoding to avoid problems 20 years ago
Carlos Sanchez 39cf954a45 Improved m2 poms 20 years ago
Carlos Sanchez f662ed5890 Ignore eclipse project files 20 years ago
Ben Alex 2f852f6cbd Prepare 1.0.0 RC1. 20 years ago
Ben Alex d45f9a0560 Change next version to 1.0.0 RC1. 20 years ago
Ben Alex a5d33af2e6 Remove classes. 20 years ago
Ben Alex 6a1a4abb1d SEC-104: Move to org.acegisecurity package. 20 years ago
Scott McCrory 79c3ba521b Resolved and/or inhibit build warnings as seen in Eclipse 3.1. Please refer to http://opensource2.atlassian.com/projects/spring/browse/SEC-93 for more info. 20 years ago
Ben Alex f569afe6f5 Change versions for 1.0.0-SNAPSHOT. 21 years ago
Ben Alex a4aa477770 Release 0.9.0 21 years ago
Luke Taylor 8b88700079 Tidied up cut-n-pasted Javadoc. 21 years ago
Carlos Sanchez b2363dfe07 SEC-62 Add maven 2 support 21 years ago
Carlos Sanchez 29e3daaab6 Removed redundant groupId (inherited from parent) 21 years ago
Ben Alex 1455029435 Refactor lifecycle methods into separate files, so that subclasses can extend specific classes or interfaces to achieve the desired subset of lifecycle capabilities. 21 years ago
Ben Alex be578c99d1 Add setId(Long) back into class, as Hibernate 3.0.5 gives Lazy Initialization Exception if using field="access" when trying to do a getId() on a lazily loaded association. 21 years ago
Ben Alex ddd69c751f Automatically ensure Validators accessing DAOs receive detached instances. Also provide DetachmentContextHolder ThreadLocal, so that this behaviour can be specified whenever required. 21 years ago
Ben Alex 1119b665f8 Make createOrUpdate(E) delegate to Manager methods, not to the DAO method of the same name. 21 years ago
Ben Alex 3794c608ad Remove setId(Long). This means access="field" needs to be used with Hibernate. 21 years ago
Ben Alex 61df8e9f7b Support multiple SessionFactory instances (not just one). 21 years ago
Ben Alex fc1fe03871 Automatically introspect generic to determine supports(Class) instead of relying on IoC container or Java code to specify it. 21 years ago
Ben Alex ebb99abc78 Ensure that classes implementing the BindBeforeValidation interface have the method called *before* validation, as Validator implementations will sometimes check the properties modified by BindBeforeValidation implementations. 21 years ago
Ben Alex c5e060dc09 Fix generics. 21 years ago
Ben Alex 975de1e043 Add .cvsignore files so that empty directories are created in CVS. Remove package.html files that do not belong to a particular package and were simply directory markers. 21 years ago
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