Uses of Class
de.caluga.morphium.AnnotationAndReflectionHelper
-
Packages that use AnnotationAndReflectionHelper Package Description de.caluga.morphium de.caluga.morphium.cache de.caluga.morphium.cache.jcache de.caluga.morphium.objectmapping de.caluga.morphium.query -
-
Uses of AnnotationAndReflectionHelper in de.caluga.morphium
Methods in de.caluga.morphium that return AnnotationAndReflectionHelper Modifier and Type Method Description AnnotationAndReflectionHelperMorphium. getARHelper()Methods in de.caluga.morphium with parameters of type AnnotationAndReflectionHelper Modifier and Type Method Description static StringUtils. getCacheKey(Class type, Map<String,Object> qo, Map<String,Integer> sort, Map<String,Object> projection, String collection, int skip, int limit, AnnotationAndReflectionHelper anHelper) -
Uses of AnnotationAndReflectionHelper in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache with parameters of type AnnotationAndReflectionHelper Modifier and Type Method Description voidMorphiumCache. setAnnotationAndReflectionHelper(AnnotationAndReflectionHelper hlp)voidMorphiumCacheImpl. setAnnotationAndReflectionHelper(AnnotationAndReflectionHelper hlp)voidMorphiumCacheJCacheImpl. setAnnotationAndReflectionHelper(AnnotationAndReflectionHelper hlp)voidCacheHousekeeper. setAnnotationHelper(AnnotationAndReflectionHelper hlp) -
Uses of AnnotationAndReflectionHelper in de.caluga.morphium.cache.jcache
Methods in de.caluga.morphium.cache.jcache with parameters of type AnnotationAndReflectionHelper Modifier and Type Method Description voidHouseKeepingHelper. setAnnotationHelper(AnnotationAndReflectionHelper hlp) -
Uses of AnnotationAndReflectionHelper in de.caluga.morphium.objectmapping
Methods in de.caluga.morphium.objectmapping with parameters of type AnnotationAndReflectionHelper Modifier and Type Method Description voidMorphiumObjectMapper. setAnnotationHelper(AnnotationAndReflectionHelper an)voidObjectMapperImpl. setAnnotationHelper(AnnotationAndReflectionHelper an) -
Uses of AnnotationAndReflectionHelper in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return AnnotationAndReflectionHelper Modifier and Type Method Description AnnotationAndReflectionHelperQuery. getARHelper()Methods in de.caluga.morphium.query with parameters of type AnnotationAndReflectionHelper Modifier and Type Method Description voidQuery. setARHelper(AnnotationAndReflectionHelper ar)
-