]> source.dussan.org Git - iciql.git/commit
Undeprecated interface configuration. Added more Define methods.
authorJames Moger <james.moger@gmail.com>
Tue, 30 Aug 2011 23:26:27 +0000 (19:26 -0400)
committerJames Moger <james.moger@gmail.com>
Tue, 30 Aug 2011 23:26:27 +0000 (19:26 -0400)
commit69f2302c957a737564988aff2d9ae7b66287fe9d
tree7a454ca375a961b4fca57e275c37c348d2cb5181
parent5b1113a29cc76253351616a9893b486b2996ea85
Undeprecated interface configuration. Added more Define methods.

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.
docs/01_model_classes.mkd
docs/05_releases.mkd
docs/06_jaqu_comparison.mkd
src/com/iciql/Constants.java
src/com/iciql/Define.java
src/com/iciql/Iciql.java
src/com/iciql/TableDefinition.java
tests/com/iciql/test/AnnotationsTest.java
tests/com/iciql/test/models/Product.java
tests/com/iciql/test/models/ProductMixedAnnotation.java