Skip to content

Commit

Permalink
Fix FrontBase prototypes for correct time zone handling of Joda Time …
Browse files Browse the repository at this point in the history
…attributes.
  • Loading branch information
spelletier committed Nov 21, 2013
1 parent 5ffe965 commit 82928fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
adaptorValueConversionClassName = "er.prototypes.ValueConversion";
adaptorValueConversionMethodName = jodaLocalDateTime;
columnName = "";
externalType = TIMESTAMP;
externalType = "TIMESTAMP WITH TIME ZONE";
factoryMethodArgumentType = EOFactoryMethodArgumentIsDate;
name = jodaLocalDateTime;
valueClassName = "org.joda.time.LocalDateTime";
Expand All @@ -184,7 +184,7 @@
adaptorValueConversionClassName = "er.prototypes.ValueConversion";
adaptorValueConversionMethodName = jodaLocalTime;
columnName = "";
externalType = TIME;
externalType = "TIME WITH TIME ZONE";
factoryMethodArgumentType = EOFactoryMethodArgumentIsDate;
name = jodaLocalTime;
valueClassName = "org.joda.time.LocalTime";
Expand Down

0 comments on commit 82928fa

Please sign in to comment.