summaryrefslogtreecommitdiffstats
path: root/docs/01_model_classes.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-12 14:55:02 -0400
committerJames Moger <james.moger@gmail.com>2011-08-12 14:55:02 -0400
commit373a5c74f4c5e8cc19812a63893f6090d8f14b95 (patch)
tree249d858e377a95be68942e061cf97e91808a5601 /docs/01_model_classes.mkd
parent783797ff9ddfafa19481fda5295fcacd3c9b51cd (diff)
downloadiciql-373a5c74f4c5e8cc19812a63893f6090d8f14b95.tar.gz
iciql-373a5c74f4c5e8cc19812a63893f6090d8f14b95.zip
Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4
Diffstat (limited to 'docs/01_model_classes.mkd')
-rw-r--r--docs/01_model_classes.mkd2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/01_model_classes.mkd b/docs/01_model_classes.mkd
index 7e050bb..94fdcc2 100644
--- a/docs/01_model_classes.mkd
+++ b/docs/01_model_classes.mkd
@@ -105,6 +105,8 @@ The recommended approach to setup a model class is to annotate the class and fie
You may specify default values for an @IQColumn by either:
1. specifying the default value string within your annotation<br/>
+**NOTE:**<br/>
+The annotated default value always takes priority over a field default value.
%BEGINCODE%
// notice the single ticks!
@IQColumn(defaultValue="'2000-01-01 00:00:00'")