DATAMONGO-728 - Added missing package-info files.
This commit is contained in:
committed by
Oliver Gierke
parent
10ccbf131d
commit
1124841e17
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Infrastructure for Spring Data's MongoDB cross store support.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.crossstore;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Infrastructure for to use MongoDB as a logging sink.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.log4j;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Spring Data MongoDB specific converter infrastructure.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.core.convert;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Support for MongoDB geo-spatial queries.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.core.geo;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Support for MongoDB document indexing.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.core.index;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Mapping event callback infrastructure for the MongoDB document-to-object mapping subsystem.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.core.mapping.event;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Infrastructure for the MongoDB document-to-object mapping subsystem.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.core.mapping;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Support for MongoDB map-reduce operations.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.core.mapreduce;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Support for MongoDB GridFS feature.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.gridfs;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Spring Data's MongoDB abstraction.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* CDI support for MongoDB specific repository implementation.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.repository.cdi;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Support infrastructure for the configuration of MongoDB specific repositories.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.repository.config;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Query derivation mechanism for MongoDB specific repositories.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.repository.query;
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Support infrastructure for query derivation of MongoDB specific repositories.
|
||||||
|
*/
|
||||||
|
package org.springframework.data.mongodb.repository.support;
|
||||||
|
|
||||||
Reference in New Issue
Block a user