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

org.bigraphs.spring.data.cdo.CdoReader Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version
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