Hello, There are a few reasons why any give table produces TableRecords or UpdatableRecords in generated output (the latter is what you want). In order to help you find that reason, could you please also post your code generation configuration?
Cheers, Lukas 2015-06-17 15:58 GMT+02:00 <[email protected]>: > Database used Postgres 9.4 > > Primary key for table declared. > > CREATE TABLE "User" > ( > "UserId" serial NOT NULL, > "UserName" text, > "Password" text, > "Email" text, > "LastChange" timestamp without time zone, > "CreatedDate" timestamp without time zone, > CONSTRAINT "UserIdPK" PRIMARY KEY ("UserId") > ) > > Generated code does not contain methods to store, delete or refresh data. > > -- > 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. > -- 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.
