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

com.sagframe.sagacity.sqltoy.plus.MultiISqlAssembler Maven / Gradle / Ivy

There is a newer version: 5.6.22.jre8
Show newest version
package com.sagframe.sagacity.sqltoy.plus;

public interface MultiISqlAssembler extends ISqlAssembler {

    default void assemble() {
        assemble(MultiFiledMappingStrategy.DefaultFiledMappingStrategy.getInstance());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy