Package de.caluga.morphium
Interface NameProvider
-
- All Known Implementing Classes:
DefaultNameProvider
public interface NameProviderUser: Stephan Bösebeck Date: 19.06.12 Time: 11:47 NameProvider define the name for a given Collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollectionName(Class<?> type, MorphiumObjectMapper om, boolean translateCamelCase, boolean useFQN, String specifiedName, Morphium morphium)
-
-
-
Method Detail
-
getCollectionName
String getCollectionName(Class<?> type, MorphiumObjectMapper om, boolean translateCamelCase, boolean useFQN, String specifiedName, Morphium morphium)
-
-