Uses of Interface
com.db4o.config.ObjectTranslator
-
Packages that use ObjectTranslator Package Description com.db4o.config com.db4o.internal -
-
Uses of ObjectTranslator in com.db4o.config
Subinterfaces of ObjectTranslator in com.db4o.config Modifier and Type Interface Description interface
ObjectConstructor
interface to allow instantiating objects by calling specific constructors.Classes in com.db4o.config that implement ObjectTranslator Modifier and Type Class Description class
TClass
class
TCollection
class
THashtable
class
TMap
class
TNull
class
TSerializable
class
TTransient
class
TTreeMap
class
TTreeSet
class
TVector
Methods in com.db4o.config with parameters of type ObjectTranslator Modifier and Type Method Description void
ObjectClass. translate(ObjectTranslator translator)
registers a translator for this class. -
Uses of ObjectTranslator in com.db4o.internal
Methods in com.db4o.internal that return ObjectTranslator Modifier and Type Method Description ObjectTranslator
Config4Class. getTranslator()
Methods in com.db4o.internal with parameters of type ObjectTranslator Modifier and Type Method Description static java.lang.String
TranslatedAspect. fieldNameFor(ObjectTranslator translator)
void
TranslatedAspect. initializeTranslator(ObjectTranslator translator)
void
Config4Class. translate(ObjectTranslator translator)
protected java.lang.Class
FieldMetadata. translatorStoredClass(ObjectTranslator translator)
Constructors in com.db4o.internal with parameters of type ObjectTranslator Constructor Description TranslatedAspect(ClassMetadata containingClass, ObjectTranslator translator)
-