-
Notifications
You must be signed in to change notification settings - Fork 0
ToDo
[DONE] Translate this ToDo List from spanish to english.
[DONE] Correct problem in inner class QueryIterator inside ExecuteQueryClause, line 140. Change getInt() to getLong().
[DONE] Add Types.DECIMAL to the DATA_TYPES_MAP map of the Column class.
[DONE] Add columnExpr parameter to the importModel () method to specify the pattern to remove from columns during javification.
[DONE] Add asPojo parameter to the importModel () method, although this functionality will be implemented in future versions.
[PENDING] Implement asPojo functionality to allow creating classes as POJOS.
[RUNNING] Implement the asList () method of the ResultList interface using the new ResultList class.
[RUNNING] Set the table name in an instance initializer (not a constructor).
[PENDING] Create the following methods in the Entity class to perform relational mapping:
- HasMany
- HasOne
- BelongsTo
- ComposedOf
[PENDING] Add support to Loggers (Logger / Log4J)
[EVALUATING] Add validations in the initializer