Uses of Interface
com.db4o.config.ObjectField
-
Packages that use ObjectField Package Description com.db4o.config com.db4o.config.annotations.reflect com.db4o.internal -
-
Uses of ObjectField in com.db4o.config
Methods in com.db4o.config that return ObjectField Modifier and Type Method Description ObjectField
ObjectClass. objectField(java.lang.String fieldName)
returns anObjectField
object to configure the specified field. -
Uses of ObjectField in com.db4o.config.annotations.reflect
Methods in com.db4o.config.annotations.reflect with parameters of type ObjectField Modifier and Type Method Description protected abstract void
FieldConfigurator. configure(ObjectField objectField)
protected void
IndexedConfigurator. configure(ObjectField objectField)
-
Uses of ObjectField in com.db4o.internal
Classes in com.db4o.internal that implement ObjectField Modifier and Type Class Description class
Config4Field
Methods in com.db4o.internal that return ObjectField Modifier and Type Method Description ObjectField
Config4Class. objectField(java.lang.String fieldName)
-