Uses of Interface
com.db4o.config.ObjectClass
- 
Packages that use ObjectClass Package Description com.db4o.config com.db4o.config.annotations.reflect com.db4o.internal com.db4o.internal.config 
- 
- 
Uses of ObjectClass in com.db4o.configMethods in com.db4o.config that return ObjectClass Modifier and Type Method Description ObjectClassCommonConfiguration. objectClass(java.lang.Object clazz)returns anObjectClassobject to configure the specified class.ObjectClassConfiguration. objectClass(java.lang.Object clazz)returns anObjectClassobject to configure the specified class.
- 
Uses of ObjectClass in com.db4o.config.annotations.reflectMethods in com.db4o.config.annotations.reflect that return ObjectClass Modifier and Type Method Description ObjectClassDb4oConfigurator. configure(Configuration config)protected ObjectClassDb4oConfigurator. objectClass(java.lang.String className)Methods in com.db4o.config.annotations.reflect with parameters of type ObjectClass Modifier and Type Method Description protected abstract voidClassConfigurator. configure(ObjectClass objectClass)
- 
Uses of ObjectClass in com.db4o.internalClasses in com.db4o.internal that implement ObjectClass Modifier and Type Class Description classConfig4ClassMethods in com.db4o.internal that return ObjectClass Modifier and Type Method Description ObjectClassConfig4Impl. objectClass(java.lang.Object clazz)
- 
Uses of ObjectClass in com.db4o.internal.configMethods in com.db4o.internal.config that return ObjectClass Modifier and Type Method Description ObjectClassCommonConfigurationImpl. objectClass(java.lang.Object clazz)
 
-