SQLTemplate date types
Lon Varscsak <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CALAw18zvCLDf3K7rtFDfsQJNAg0YMXbjqJk=21ZPP1Xn-pFOSg@mail.gmail.com> |
Is there any way to change the default date types that get returned by SQLTemplate queries to use java.time classes instead of Date? I know I can specify it for specific queries (#result), but I want to change them for the whole application. Thanks, Lon