Hello Harmeet,

2014-04-09 19:29 GMT+02:00 Harmeet Singh <[email protected]>:

> Thanks Lukas, My Code is generated Successfully, following is my Generator
> :
>
> <!-- Generator parameters -->
> <generator>
> <name>org.jooq.util.DefaultGenerator</name>
> <database>
> <name>org.jooq.util.mysql.MySQLDatabase</name>
> <includes>.*</includes>
> <excludes></excludes>
>        <inputSchema>jooq_test</inputSchema>
> </database>
> <target>
>         <packageName>com.the13star.entities</packageName>
> <directory>src/main/java</directory>
> </target>
> </generator>
>
> We need to set the value in <inputSchema>jooq_test</inputSchema> tags. if
> this tag is not used, the generator generate code for all database.
>
> But Still I Facing on problem in generated Code. There is one file
> generate "UserDetailRecord.java" in this, compile time error occurs :
>
> Multiple markers at this line
> - implements
> org.jooq.Record3<java.lang.Integer,java.lang.String,java.lang.Integer>.field1
> - The method field1() of type UserDetailRecord must override a superclass
> method
>
> Why this error produce, and how to resolve this error ?
>

I suspect you are not using the same jOOQ version to generate code as
you're using to compile / run that code

-- 
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