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

io.zero88.jooqx.adapter.HasStrategy Maven / Gradle / Ivy

The newest version!
package io.zero88.jooqx.adapter;

import lombok.NonNull;

interface HasStrategy {

    /**
     * Select strategy for handling a result set
     *
     * @return select strategy
     */
    @NonNull SelectStrategy strategy();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy