Example usage for org.springframework.data.repository.core.support AbstractEntityInformation subclass-usage

List of usage examples for org.springframework.data.repository.core.support AbstractEntityInformation subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.core.support AbstractEntityInformation subclass-usage.

Usage

From source file org.springdata.ehcache.repository.support.MappingEhcacheEntityInformation.java

/**
 * Mapping Ehcache entity information
 * 
 * @author Alex Shvid
 * 
 * @param <T>

From source file egov.data.hibernate.repository.support.HibernateEntityInformationSupport.java

/**
 * @author Keesun Baik
 */
public abstract class HibernateEntityInformationSupport<T, ID extends Serializable>
        extends AbstractEntityInformation<T, ID> implements HibernateEntityInformation<T, ID> {

From source file nivance.jpa.cassandra.prepare.core.MappingCassandraEntityInformation.java

/**
 * {@link CassandraEntityInformation} implementation using a {@link CassandraPersistentEntity} instance to lookup the
 * necessary information. Can be configured with a custom collection to be returned which will trump the one returned by
 * the {@link CassandraPersistentEntity} if given.
 * 
 * @author Alex Shvid

From source file com.joyveb.dbpimpl.cass.prepare.core.MappingCassandraEntityInformation.java

/**
 * {@link CassandraEntityInformation} implementation using a {@link CassandraPersistentEntity} instance to lookup the
 * necessary information. Can be configured with a custom collection to be returned which will trump the one returned by
 * the {@link CassandraPersistentEntity} if given.
 * 
 * @author Alex Shvid

From source file org.socialsignin.spring.data.dynamodb.repository.support.FieldAndGetterReflectionEntityInformation.java

/**
 * {@link EntityInformation} implementation that inspects getters for an
 * annotation and invokes this getter's value to retrieve the id.
 * 
 * @author Michael Lavelle
 */