Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0
-
None
Description
As users will be writing their code with unenhanced POJO's, at compile time those won't implement Persistent interface. To use POJOs with ObjectContext without extra casting on the application end, we need to change the signatures of all user API methods (ObjectContext.deleteObject/registerNewObject/localObject ) o take Object instead of Persistent as an argument.
Attachments
Issue Links
- is related to
-
CAY-682 Generic Cayenne POJO enhancer
- Closed