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 ObjectFieldObjectClass. objectField(java.lang.String fieldName)returns anObjectFieldobject 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 voidFieldConfigurator. configure(ObjectField objectField)protected voidIndexedConfigurator. configure(ObjectField objectField) -
Uses of ObjectField in com.db4o.internal
Classes in com.db4o.internal that implement ObjectField Modifier and Type Class Description classConfig4FieldMethods in com.db4o.internal that return ObjectField Modifier and Type Method Description ObjectFieldConfig4Class. objectField(java.lang.String fieldName)
-