Class IndexedConfigurator
- java.lang.Object
-
- com.db4o.config.annotations.reflect.Db4oConfigurator
-
- com.db4o.config.annotations.reflect.FieldConfigurator
-
- com.db4o.config.annotations.reflect.IndexedConfigurator
-
public class IndexedConfigurator extends FieldConfigurator
-
-
Constructor Summary
Constructors Constructor Description IndexedConfigurator(java.lang.String className, java.lang.String fieldName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure(ObjectField objectField)
-
Methods inherited from class com.db4o.config.annotations.reflect.FieldConfigurator
configure
-
Methods inherited from class com.db4o.config.annotations.reflect.Db4oConfigurator
configure, objectClass
-
-
-
-
Method Detail
-
configure
protected void configure(ObjectField objectField)
- Specified by:
configure
in classFieldConfigurator
-
-