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

org.simpleflatmapper.map.context.MappingContextFactoryFromRows Maven / Gradle / Ivy

package org.simpleflatmapper.map.context;

import org.simpleflatmapper.map.MappingContext;

public interface MappingContextFactoryFromRows {
    MappingContext newMappingContext(ROWS rows) throws EX;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy