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

org.simpleflatmapper.jdbc.spring.PlaceHolderValueGetterSource Maven / Gradle / Ivy

There is a newer version: 9.0.2
Show newest version
package org.simpleflatmapper.jdbc.spring;


public interface PlaceHolderValueGetterSource {
    PlaceHolderValueGetter getPlaceHolderValueGetter(String column);

    Iterable> getParameters();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy