org.onetwo.common.db.builder.ExecuteAction Maven / Gradle / Ivy
package org.onetwo.common.db.builder;
public interface ExecuteAction {
int delete();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.onetwo.common.db.builder;
public interface ExecuteAction {
int delete();
}