Example usage for org.springframework.data.convert EntityConverter interface-usage

List of usage examples for org.springframework.data.convert EntityConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.convert EntityConverter interface-usage.

Usage

From source file org.springdata.ehcache.convert.EhcacheConverter.java

/**
 * Ehcache Converter interface
 * 
 * @author Alex Shvid
 * 
 */

From source file com._4dconcept.springframework.data.marklogic.core.convert.MarklogicConverter.java

/**
 * Central Marklogic specific converter interface which combines {@link MarklogicWriter} and {@link MarklogicReader}.
 *
 * @author Stphane Toussaint
 */
public interface MarklogicConverter extends

From source file org.develspot.data.orientdb.convert.OrientConverter.java

public interface OrientConverter
        extends EntityConverter<OrientPersistentEntity<?>, OrientPersistentProperty, Object, OrientElement>,
        EntityReader<Object, OrientElement> {

}

From source file com.frank.search.solr.core.convert.SolrConverter.java

/**
 * @author Christoph Strobl
 */
public interface SolrConverter extends

        EntityConverter<SolrPersistentEntity<?>, SolrPersistentProperty, Object, Map<String, ?>>,

From source file nivance.jpa.cassandra.prepare.convert.CassandraConverter.java

/**
 * Central Cassandra specific converter interface from Object to Row.
 * 
 * @author Alex Shvid
 */
public interface CassandraConverter

From source file com.joyveb.dbpimpl.cass.prepare.convert.CassandraConverter.java

/**
 * Central Cassandra specific converter interface from Object to Row.
 * 
 * @author Alex Shvid
 */
public interface CassandraConverter

From source file com.couchbase.spring.core.convert.CouchbaseConverter.java

public interface CouchbaseConverter extends
        EntityConverter<CouchbasePersistentEntity<?>, CouchbasePersistentProperty, Object, ConvertedCouchbaseDocument>,
        CouchbaseWriter<Object, ConvertedCouchbaseDocument>, EntityReader<Object, ConvertedCouchbaseDocument> {
}

From source file io.twipple.springframework.data.clusterpoint.convert.ClusterpointEntityConverter.java

/**
 * Marker interface for the Clusterpoint {@link EntityConverter}.
 *
 * @author Olegs Briska
 */
public interface ClusterpointEntityConverter extends