All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.simpleflatmapper.jooq.DSLContextProvider Maven / Gradle / Ivy

The newest version!
package org.simpleflatmapper.jooq;

import org.jooq.DSLContext;

public interface DSLContextProvider {

    DSLContext provide();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy