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

org.fluentjdbc.RetrieveMethod Maven / Gradle / Ivy

There is a newer version: 0.5.3
Show newest version
package org.fluentjdbc;

import java.util.Optional;

public interface RetrieveMethod {
    Optional retrieve(KEY key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy