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

org.bigraphs.spring.data.cdo.CdoWriter 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.EntityWriter;

/**
 * A {@link CdoWriter} is responsible for converting an object of type T to the native CDO representation CDOObject.
 *
 * @author Dominik Grzelak
 */
public interface CdoWriter extends EntityWriter {

    @Override
    void write(T t, EObject ePackage);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy