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

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

Introduction

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

Usage

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

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

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

public class BasicOrientPersistentProperty extends AnnotationBasedPersistentProperty<OrientPersistentProperty>
        implements OrientPersistentProperty {

    public BasicOrientPersistentProperty(Field field, PropertyDescriptor propertyDescriptor,
            OrientPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) {
        super(field, propertyDescriptor, owner, simpleTypeHolder);

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

/**
 * Special {@link AnnotationBasedPersistentProperty} that resolve entity fields {@link QName}
 *
 * @author Stphane Toussaint
 */
public class BasicMarklogicPersistentProperty extends AnnotationBasedPersistentProperty<MarklogicPersistentProperty>

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

/**
 * Implements annotated property representations of a given Field instance.
 *
 * This object is used to gather information out of properties on objects
 * that need to be persisted. For example, it supports overriding of the
 * actual property name by providing custom annotations.

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

/**
 * Cassandra specific {@link org.springframework.data.mapping.model.AnnotationBasedPersistentProperty} implementation.
 * 
 * @author Alex Shvid
 */
public class BasicCassandraPersistentProperty extends AnnotationBasedPersistentProperty<CassandraPersistentProperty>

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

/**
 * Cassandra specific {@link org.springframework.data.mapping.model.AnnotationBasedPersistentProperty} implementation.
 * 
 * @author Alex Shvid
 */
public class BasicCassandraPersistentProperty extends AnnotationBasedPersistentProperty<CassandraPersistentProperty>

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

/**
 * Solr specific {@link org.springframework.data.mapping.PersistentProperty} implementation processing taking
 * {@link org.apache.solr.client.solrj.beans.Field} into account
 * 
 * @author Christoph Strobl
 * @author Francisco Spaeth

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

/**
 * {@link DynamoDBPersistentProperty} implementation
 * 
 * @author Michael Lavelle
 */
class DynamoDBPersistentPropertyImpl extends AnnotationBasedPersistentProperty<DynamoDBPersistentProperty>

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

/**
 * Implements annotated property representations of a given entity field instance.
 * This object is used to gather information out of properties on objects that need to be persisted. For example, it
 * supports overriding of the actual property name by providing custom annotations.
 *
 * @author Olegs Briska

From source file org.springframework.data.mongodb.core.mapping.BasicMongoPersistentProperty.java

/**
 * Mongo specific {@link org.springframework.data.mapping.PersistentProperty} implementation.
 * 
 * @author Oliver Gierke
 */
public class BasicMongoPersistentProperty extends AnnotationBasedPersistentProperty<MongoPersistentProperty>