Uses of Interface
de.caluga.morphium.NameProvider
-
Packages that use NameProvider Package Description de.caluga.morphium de.caluga.morphium.annotations de.caluga.morphium.objectmapping -
-
Uses of NameProvider in de.caluga.morphium
Classes in de.caluga.morphium that implement NameProvider Modifier and Type Class Description classDefaultNameProviderUser: Stephan Bösebeck Date: 19.06.12 Time: 12:00Methods in de.caluga.morphium that return NameProvider Modifier and Type Method Description NameProviderMorphium. getNameProviderForClass(Class<?> cls)Methods in de.caluga.morphium with parameters of type NameProvider Modifier and Type Method Description voidMorphium. setNameProviderForClass(Class<?> cls, NameProvider pro) -
Uses of NameProvider in de.caluga.morphium.annotations
Methods in de.caluga.morphium.annotations that return types with arguments of type NameProvider Modifier and Type Method Description Class<? extends NameProvider>nameProvider() -
Uses of NameProvider in de.caluga.morphium.objectmapping
Methods in de.caluga.morphium.objectmapping that return NameProvider Modifier and Type Method Description NameProviderMorphiumObjectMapper. getNameProviderForClass(Class<?> cls)get current name provider for classNameProviderObjectMapperImpl. getNameProviderForClass(Class<?> cls)Methods in de.caluga.morphium.objectmapping with parameters of type NameProvider Modifier and Type Method Description voidMorphiumObjectMapper. setNameProviderForClass(Class<?> cls, NameProvider np)override settings vor name Provider from @EntityvoidObjectMapperImpl. setNameProviderForClass(Class<?> cls, NameProvider np)override nameprovider in runtime!
-