Hi,
I have doubt when reading : 
https://www.jooq.org/doc/3.11/manual/sql-execution/execute-listeners/#N501C2 is 
that,
how can we make instance of DefaultExecuteContext i am not able to import 
it as import org.jooq.impl.DefaultExecuteContext; but able to import 
ExecuteContext  import org.jooq.impl.DefaultExecuteContext;
The following dependencies of jooq are present in pom.xml files:

<dependency>
    <groupId>org.jooq</groupId>
    <artifactId>jooq</artifactId>
    <version>3.11.11</version>
</dependency>
<dependency>
    <groupId>org.jooq</groupId>
    <artifactId>jooq-meta</artifactId>
    <version>3.11.11</version>
</dependency>
<dependency>
    <groupId>org.jooq</groupId>
    <artifactId>jooq-codegen</artifactId>
    <version>3.11.11</version>
</dependency>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/d7a296f7-162a-4150-8106-62dd55009e5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to