aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/iciql/TableDefinition.java
Commit message (Collapse)AuthorAgeFilesLines
* simple join select (#39)uchicom2021-05-021-0/+11
| | | | | | | * simple join select * test for simple join select * test for simple join select
* Reformat project with default IntelliJ settingsJames Moger2016-04-051-1181/+1143
|
* Fix missing table name to warningJames Moger2016-04-041-1/+1
|
* Fix #22: Failure to set fields to nullJames Moger2016-04-041-11/+6
|
* Strip column identifiers from specified column names when mapping JDBC ↵James Moger2015-07-211-2/+2
| | | | ResultSets to fields
* Do not register DataTypeAdapters by the target Java typeJames Moger2015-05-111-7/+6
|
* Use JavaType as the key for DataTypeAdapter registrationJames Moger2015-04-161-6/+7
|
* Move standard object deserialization into the dialectJames Moger2015-04-161-43/+19
|
* Make IQTable.inheritColumns works for an arbitrary depth.Maaartin Grajcar2015-04-071-22/+22
|
* Revise type adapter definition to be a separate annotationJames Moger2014-11-091-7/+11
|
* Move constraint definitions into CREATE TABLE instead of ALTER TABLEJames Moger2014-11-031-1277/+1247
|
* Do not attempt to set a null object into a primitive typeJames Moger2014-11-011-0/+6
|
* Allow manual registration of type adaptersJames Moger2014-10-301-1/+1
|
* Support data type adaptersJames Moger2014-10-291-9/+34
| | | | | This allows custom types to be (de)serialized into a standard JDBC type or to support db-specific data types, like the Postgres json and xml types.
* Support generic types for EnumId mappingJames Moger2014-10-221-37/+45
|
* add support stackable condition: ex. X and (Y or Z)Sotaro SUZUKI2014-10-061-3/+8
| | | | | see samples in src/test/java/com/iciql/test/StackableConditionsTest.java
* Conform to Apache standard directory layoutJames Moger2013-03-081-0/+1233