|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.data.mongodb.MongoCollectionUtils
public abstract class MongoCollectionUtils
Helper class featuring helper methods for working with MongoDb collections.
Mainly intended for internal use within the framework.
Method Summary | |
---|---|
static String |
getPreferredCollectionName(Class<?> entityClass)
Obtains the collection name to use for the provided class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getPreferredCollectionName(Class<?> entityClass)
entityClass
- The class to determine the preferred collection name for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |