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

com.storedobject.core.BulkDataUpdate Maven / Gradle / Ivy

package com.storedobject.core;

public final class BulkDataUpdate {
	
	public static boolean debug = false;
	
	public BulkDataUpdate(Class objectClass, String condition) {
	}

	public void execute(TransactionManager tm) throws Exception {
	}

	public void execute(Transaction t) throws Exception {
	}
	
	public void set(String field, Object value) {
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy