aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/iciql/Define.java
Commit message (Collapse)AuthorAgeFilesLines
* Conform to Apache standard directory layoutJames Moger2013-03-081-145/+0
|
* Fix encodings on some source files and confirm by compiling as UTF-8James Moger2013-01-221-1/+1
|
* add foreign key constraint annotationbartolomiew2012-10-121-0/+16
| | | | add unique constraint annotation fix small bug in build.xml for java source destination
* Support for read-only views (issue 8)James Moger2012-09-251-1/+11
|
* Undeprecated interface configuration. Added more Define methods.James Moger2011-08-301-15/+39
| | | | | | | I've revised my thinking about interface configuration. I think its a good option and should be supported. Field scope is now ignored across the board. If the developer does not want to map a field and is using the interface configuration approach, then the field should be annotated with IQIgnore.
* Refactoring.James Moger2011-08-161-9/+9
|
* Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4James Moger2011-08-121-2/+4
|
* Added support for HSQL database. Revised dialects some more.James Moger2011-08-111-1/+6
| | | | | | | | | Moved CREATE TABLE and CREATE INDEX statement generation to the dialect. Added DECIMAL(length, scale) support. Improved automatic dialect detection. Unspecified length string is now CLOB instead of TEXT. Boolean now maps to BOOLEAN instead of BIT. Expressions on unmapped fields will throw an IciqlException. Improved exception reporting.
* Simplified annotations. Interchangeable int-boolean runtime mapping.James Moger2011-08-051-1/+1
|
* Initial commit of iciql.James Moger2011-08-031-0/+88