org.bigraphs.spring.data.cdo.CdoReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-data-cdo Show documentation
Show all versions of spring-data-cdo Show documentation
CDO support for Spring Data
package org.bigraphs.spring.data.cdo;
import org.eclipse.emf.ecore.EObject;
import org.springframework.data.convert.EntityReader;
/**
* A {@link CdoReader} is responsible for converting an object of type T to the native CDO representation.
*
* @author Dominik Grzelak
*/
public interface CdoReader extends EntityReader {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy