diff options
Diffstat (limited to 'src/site/model_classes.mkd')
-rw-r--r-- | src/site/model_classes.mkd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/model_classes.mkd b/src/site/model_classes.mkd index 747c094..8c29782 100644 --- a/src/site/model_classes.mkd +++ b/src/site/model_classes.mkd @@ -1,4 +1,4 @@ -## Model Classes
+## Table Model Classes
A model class represents a single table within your database. Fields within your model class represent columns in the table. The object types of your fields are reflectively mapped to SQL types by iciql at runtime.
Models can be manually written using one of three approaches: *annotation configuration*, *interface configuration*, or *POJO configuration*. All approaches can be used within a project and all can be used within a single model class, although that is discouraged.
@@ -13,7 +13,7 @@ Alternatively, model classes can be automatically generated by iciql using the m 4. Only the specified types are supported. Any other types are not supported.
5. Triggers, views, and other advanced database features are not supported.
-### Supported Data Types
+### Standard Supported Data Types
---NOMARKDOWN---
<table class="table">
|