Example usage for org.springframework.data.mapping.model BasicPersistentEntity subclass-usage

List of usage examples for org.springframework.data.mapping.model BasicPersistentEntity subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.mapping.model BasicPersistentEntity subclass-usage.

Usage

From source file org.socialsignin.spring.data.dynamodb.mapping.DynamoDBPersistentEntityImpl.java

/**
 * DynamoDB specific {@link DynamoDBPersistentEntity} implementation
 * 
 * @author Michael Lavelle
 */
public class DynamoDBPersistentEntityImpl<T> extends BasicPersistentEntity<T, DynamoDBPersistentProperty>

From source file org.develspot.data.orientdb.mapping.BasicOrientPersistentEntity.java

public class BasicOrientPersistentEntity<T> extends BasicPersistentEntity<T, OrientPersistentProperty>
        implements OrientPersistentEntity<T> {

    public BasicOrientPersistentEntity(TypeInformation<T> information) {
        super(information);

From source file com._4dconcept.springframework.data.marklogic.core.mapping.BasicMarklogicPersistentEntity.java

/**
 * Specialized value object to capture information of {@link MarklogicPersistentEntity}s.
 * It provide access to entity 'uri', 'defaultCollection'
 *
 * @author Stphane Toussaint
 */

From source file com.joyveb.dbpimpl.cass.prepare.mapping.BasicCassandraPersistentEntity.java

/**
 * Cassandra specific {@link BasicPersistentEntity} implementation that adds Cassandra specific meta-data such as the
 * table name.
 * 
 * @author Alex Shvid
 */

From source file nivance.jpa.cassandra.prepare.mapping.BasicCassandraPersistentEntity.java

/**
 * Cassandra specific {@link BasicPersistentEntity} implementation that adds Cassandra specific meta-data such as the
 * table name.
 * 
 * @author Alex Shvid
 */

From source file com.couchbase.spring.core.mapping.BasicCouchbasePersistentEntity.java

public class BasicCouchbasePersistentEntity<T> extends BasicPersistentEntity<T, CouchbasePersistentProperty>
        implements CouchbasePersistentEntity<T>, ApplicationContextAware {

    private final StandardEvaluationContext context;

    public BasicCouchbasePersistentEntity(TypeInformation<T> typeInformation) {

From source file com.frank.search.solr.core.mapping.SimpleSolrPersistentEntity.java

/**
 * Solr specific {@link org.springframework.data.mapping.PersistentEntity} implementation holding eg. name of solr core.
 * 
 * @param <T>
 * @author Christoph Strobl
 * @author Francisco Spaeth

From source file org.springdata.ehcache.mapping.BasicEhcachePersistentEntity.java

/**
 * Basic Ehcache Persistent Entity implementation
 * 
 * @author Alex Shvid
 * 
 * @param <T>

From source file io.twipple.springframework.data.clusterpoint.mapping.BasicClusterpointPersistentEntity.java

/**
 * The representation of a persistent entity.
 *
 * @author Olegs Briska
 */
public class BasicClusterpointPersistentEntity<T> extends BasicPersistentEntity<T, ClusterpointPersistentProperty>