Class FieldConfigurator
- java.lang.Object
- 
- com.db4o.config.annotations.reflect.Db4oConfigurator
- 
- com.db4o.config.annotations.reflect.FieldConfigurator
 
 
- 
- Direct Known Subclasses:
- IndexedConfigurator
 
 public abstract class FieldConfigurator extends Db4oConfigurator 
- 
- 
Constructor SummaryConstructors Constructor Description FieldConfigurator(java.lang.String className, java.lang.String fieldName)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()protected abstract voidconfigure(ObjectField objectField)- 
Methods inherited from class com.db4o.config.annotations.reflect.Db4oConfiguratorconfigure, objectClass
 
- 
 
- 
- 
- 
Method Detail- 
configureprotected void configure() - Specified by:
- configurein class- Db4oConfigurator
 
 - 
configureprotected abstract void configure(ObjectField objectField) 
 
- 
 
-