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

co.streamx.fluent.JPA.vendor.ResultTransformerInstaller Maven / Gradle / Ivy

package co.streamx.fluent.JPA.vendor;

import javax.persistence.Query;

public interface ResultTransformerInstaller {
    void install(Query query,
                 TupleResultTransformer transformer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy