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

com.cherokeesoft.db.utils.update.NullableUpdater Maven / Gradle / Ivy

There is a newer version: 1.8.29
Show newest version
package com.cherokeesoft.db.utils.update;

import java.util.Map;
import java.util.function.Supplier;

public interface NullableUpdater {
    T getModel();

    DefineCondition getDefineCondition();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy