Uses of Interface
de.caluga.morphium.objectmapping.MorphiumObjectMapper
-
Packages that use MorphiumObjectMapper Package Description de.caluga.morphium de.caluga.morphium.objectmapping de.caluga.morphium.query -
-
Uses of MorphiumObjectMapper in de.caluga.morphium
Methods in de.caluga.morphium that return MorphiumObjectMapper Modifier and Type Method Description MorphiumObjectMapperMorphium. getMapper()Methods in de.caluga.morphium with parameters of type MorphiumObjectMapper Modifier and Type Method Description StringDefaultNameProvider. getCollectionName(Class<?> type, MorphiumObjectMapper om, boolean translateCamelCase, boolean useFQN, String specifiedName, Morphium morphium)StringNameProvider. getCollectionName(Class<?> type, MorphiumObjectMapper om, boolean translateCamelCase, boolean useFQN, String specifiedName, Morphium morphium) -
Uses of MorphiumObjectMapper in de.caluga.morphium.objectmapping
Classes in de.caluga.morphium.objectmapping that implement MorphiumObjectMapper Modifier and Type Class Description classObjectMapperImplUser: Stpehan Bösebeck Date: 26.03.12 Time: 19:36 -
Uses of MorphiumObjectMapper in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return MorphiumObjectMapper Modifier and Type Method Description MorphiumObjectMapperMongoField. getMapper()MorphiumObjectMapperMongoFieldImpl. getMapper()Methods in de.caluga.morphium.query with parameters of type MorphiumObjectMapper Modifier and Type Method Description voidMongoField. setMapper(MorphiumObjectMapper mapper)voidMongoFieldImpl. setMapper(MorphiumObjectMapper mapper)Constructors in de.caluga.morphium.query with parameters of type MorphiumObjectMapper Constructor Description MongoFieldImpl(Query<T> q, MorphiumObjectMapper map)
-