org.bigraphs.spring.data.cdo.CdoConverter 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.bigraphs.spring.data.cdo.core.ValueResolver;
import org.bigraphs.spring.data.cdo.repository.CdoPersistentEntity;
import org.bigraphs.spring.data.cdo.repository.CdoPersistentProperty;
import org.eclipse.emf.ecore.EObject;
import org.springframework.data.convert.EntityConverter;
import org.springframework.data.mapping.context.MappingContext;
import org.springframework.lang.Nullable;
import java.lang.reflect.Method;
/**
* @author Dominik Grzelak
*/
public interface CdoConverter
extends CdoWriter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy