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

internal.org.springframework.versions.jpa.CloningService Maven / Gradle / Ivy

The newest version!
package internal.org.springframework.versions.jpa;

import java.lang.reflect.InvocationTargetException;

public interface CloningService {

    Object clone(Object entity);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy