diff --git a/README.md b/README.md index a7b2f0d..90617c4 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,6 @@ create time, or derive from get/set method names) * Add support for more Java types * Perhaps add a KeylessDaoBuilder: but need to think about how best to share code among all the DAO builder classes while still supporting the clean types -* Add tests: - * Failed keyless validations - * Keyless entities with children and siblings +* Support selects that are connected with "OR" statements, not just "AND" +* Support different types, e.g. String GUIDs, for primary keys +* Add methods that allow for updates and deletes based on criteria other than primary key \ No newline at end of file