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

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

The newest version!
package co.streamx.fluent.JPA.vendor;

import java.util.List;

public interface TupleResultTransformer {
    T transformTuple(Object[] tuple,
                     String[] aliases);

    List transformList(List collection);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy