My config's diff:
+                            <customTypes>
+                                <customType>
+                                   
 <name>StringFieldsToLongArrayConverter</name>
+                                    <type>java.util.List</type>
+                                   
 <converter>my.package.StringFieldsToLongArrayConverter</converter>
+                                </customType>
+                            </customTypes>
+
+                            <forcedTypes>
+                                <forcedType>
+                                   
 <name>StringFieldsToLongArrayConverter</name>
+                                   
 <expression>my_db\.my_table\.my_field</expression>
+                                    <types>.*</types>
+                                </forcedType>
+                            </forcedTypes>
                         </database>

My record's diff:
  /**
  * Getter for <code>my_db.my_table.my_field</code>.
  */
- public java.lang.String getMyField() {
- return (java.lang.String) getValue(5);
+ public java.util.List getMyField() {
+ return (java.util.List) getValue(5);
  }

вторник, 15 сентября 2015 г., 15:58:21 UTC+3 пользователь Lukas Eder 
написал:
>
> I'm sorry, I'm not quite sure what you mean by this:
>
> 2015-09-15 12:05 GMT+02:00 jdoe <[email protected] <javascript:>>: 
>>
>> and got my configured field as of type List (raw!!!). Why is that and 
>> where's my type information?
>>
>
> Could you post the code that contains this raw type List? And what's also 
> useful: What is your code generation configuration?
>
> Best Regards,
> Lukas
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to