You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2010/11/22 18:23:18 UTC

svn commit: r1037780 - /cayenne/sandbox/cayenne-mixin/trunk/README.txt

Author: aadamchik
Date: Mon Nov 22 17:23:17 2010
New Revision: 1037780

URL: http://svn.apache.org/viewvc?rev=1037780&view=rev
Log:
a simple roadmap for mixins

Added:
    cayenne/sandbox/cayenne-mixin/trunk/README.txt   (with props)

Added: cayenne/sandbox/cayenne-mixin/trunk/README.txt
URL: http://svn.apache.org/viewvc/cayenne/sandbox/cayenne-mixin/trunk/README.txt?rev=1037780&view=auto
==============================================================================
--- cayenne/sandbox/cayenne-mixin/trunk/README.txt (added)
+++ cayenne/sandbox/cayenne-mixin/trunk/README.txt Mon Nov 22 17:23:17 2010
@@ -0,0 +1,9 @@
+TODO:
+
+1. A reverse of @MixinRelationship - injecting mixin records into objects annotated with some mixin annotation.
+
+IMPLEMENTED:
+
+3. @MixinRelationship and MixinRelationshipFilter to batch-fault and inject related objects into mixin entity (e.g. Audit entity)
+2. @Auditable mixin with abstract handler allowing to store audit records in an arbitrary format.
+1. @Referenceable mixin and generic UUID processing classes

Propchange: cayenne/sandbox/cayenne-mixin/trunk/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native