Example usage for org.springframework.data.mapping PersistentProperty interface-usage

List of usage examples for org.springframework.data.mapping PersistentProperty interface-usage

Introduction

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

Usage

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

/**
 * Ehcache Persistent Property interface
 * 
 * @author Alex Shvid
 * 
 */

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

/**
 * Interface for a DynamoDB-specific {@link PersistentProperty}.
 * 
 * @author Michael Lavelle
 */
public interface DynamoDBPersistentProperty extends PersistentProperty<DynamoDBPersistentProperty> {

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

/**
 * Marklogic specific {@link org.springframework.data.mapping.PersistentProperty} extension.
 *
 * @author Stphane Toussaint
 */
public interface MarklogicPersistentProperty extends PersistentProperty<MarklogicPersistentProperty> {

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

public interface OrientPersistentProperty extends PersistentProperty<OrientPersistentProperty> {

    Connected getConnected();
}

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

/**
 * @author Christoph Strobl
 * @author Francisco Spaeth
 */
public interface SolrPersistentProperty extends PersistentProperty<SolrPersistentProperty> {

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

/**
 * Cassandra specific {@link org.springframework.data.mapping.PersistentProperty} extension.
 * 
 * @author Alex Shvid
 */
public interface CassandraPersistentProperty extends PersistentProperty<CassandraPersistentProperty> {

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

/**
 * Cassandra specific {@link org.springframework.data.mapping.PersistentProperty} extension.
 * 
 * @author Alex Shvid
 */
public interface CassandraPersistentProperty extends PersistentProperty<CassandraPersistentProperty> {

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

public interface CouchbasePersistentProperty extends PersistentProperty<CouchbasePersistentProperty> {

    /**
     * Returns the field name of the property.
     *
     * The field name can be different from the actual property name by using a

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

/**
 * Represents a property part of an entity that needs to be persisted.
 *
 * @author Olegs Briska
 */
public interface ClusterpointPersistentProperty