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

io.pelle.mango.db.copy.IFieldCopyHandler Maven / Gradle / Ivy

The newest version!
package io.pelle.mango.db.copy;
public interface IFieldCopyHandler
{

	boolean check(ObjectFieldDescriptor fieldDescriptor);

	void copy(ObjectFieldDescriptor fieldDescriptor, Object sourceObject, Object targetObject) throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy