org.springframework.data.simpledb.query.SimpleDbResultConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-data-simpledb Show documentation
Show all versions of spring-data-simpledb Show documentation
Provides a POJO centric model as per Spring Data interfaces to interact with Amazon SimpleDB, a non-relational datastore
package org.springframework.data.simpledb.query;
import org.springframework.data.simpledb.reflection.ReflectionUtils;
import java.util.*;
/**
* This class convert the list of entities retrieved from db to the returned type needed by the query method
*/
public final class SimpleDbResultConverter {
private SimpleDbResultConverter() {
/* utility class */
}
public static List