Hello,

thanks for your quick reply.

I have already tried to make a Converter.
But the classes from the generatorTool didn't seam to make use of it.
This field doesn't work (in BuildingTable):
public final org.jooq.TableField<BuildingtableRecord, org.postgis.Point> 
GEOMETRY = createField("geometry", 
org.jooq.util.postgres.PostgresDataType.getDefaultDataType("USER-DEFINED"), 
this);

As far as I understand the Converter's purpose, it converts from a datatype 
it can actually read from the database. But that's the problem here.
I would like to create the sql statements for the Postgis.Point myself. But 
I don't know which classes I must extend so that the whole thing works with 
the Records. Is that possible by overriding the CustomField class ?
The only other solution I see is to abandon the created Records and do the 
reading and writing myself for my entities. But I would really like to use 
Record.storeUsing and so on.

Greetings

Mike 

Reply via email to