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

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

Introduction

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

Usage

From source file com.frank.search.solr.repository.support.MappingSolrEntityInformation.java

/**
 * Solr specific implementation of {@link org.springframework.data.repository.core.support.AbstractEntityInformation}
 * 
 * @param <T>
 * @param <ID>
 * @author Christoph Strobl

From source file com._4dconcept.springframework.data.marklogic.repository.support.MappingMarklogicEntityInformation.java

/**
 * {@link MarklogicEntityInformation} implementation using a {@link MarklogicPersistentEntity} instance to lookup the necessary
 * information. Can be configured with a custom uri or default collection to be returned which will override the one returned by the
 * {@link MarklogicPersistentEntity} if given.
 *
 * @author Stphane Toussaint