Made MongoEntityInformation public as it's needed when extending SimpleRepositoryFactory.

This commit is contained in:
Oliver Gierke
2011-03-29 20:37:22 +02:00
parent 8a2302ec48
commit 940823778e

View File

@@ -24,7 +24,7 @@ import org.springframework.data.repository.support.EntityInformation;
*
* @author Oliver Gierke
*/
interface MongoEntityInformation<T, ID extends Serializable> extends EntityInformation<T, ID> {
public interface MongoEntityInformation<T, ID extends Serializable> extends EntityInformation<T, ID> {
/**
* Returns the name of the collection the entity shall be persisted to.