Re: cayenne-maven-plugin and its executions environment

2021-02-02 Thread Maria Huber
Hey Andrus, I added two execution tags within the execution environment. According to maven's '-X' output, the loaded configuration looks like this: " [DEBUG] Goal: org.apache.cayenne.plugins:cayenne-maven-plugin:4.2.M2:cgen (default-cli) [DEBUG] Style: Regular [DEBUG]

Re: SQLTemplate date types

2021-02-02 Thread Andrus Adamchik
Not currently, but I think we must implement it in some way. I can't imagine anyone still wanting to deal with java.sql.Timestamp. Andrus > On Feb 3, 2021, at 9:04 AM, Lon Varscsak wrote: > > Is there any way to change the default date types that get returned by > SQLTemplate queries to use

SQLTemplate date types

2021-02-02 Thread Lon Varscsak
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